public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page
@ 2020-12-09 15:30 Rebecca Cran
  2020-12-09 17:08 ` Michael D Kinney
  0 siblings, 1 reply; 3+ messages in thread
From: Rebecca Cran @ 2020-12-09 15:30 UTC (permalink / raw)
  To: devel
  Cc: Rebecca Cran, Michael D Kinney, Leif Lindholm, Laszlo Ersek,
	Andrew Fish

The Doxygen manual is no longer at the specified URL: fix it to
link to the current documentation.

While http://www.uefi.org still works, it redirects to the https
version of the site. Avoid the redirect by updating the URL.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
---
 1_introduction.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/1_introduction.md b/1_introduction.md
index c22c04c9f76d..8862bf369712 100644
--- a/1_introduction.md
+++ b/1_introduction.md
@@ -216,12 +216,12 @@ internal namespaces to other components of the firmware system.
   David Keppel, EECS, UC Berkeley CS&E, University of Washington; Mark Brader,
   SoftQuad Incorporated, Toronto. 6/25/1990.
 
-* _Doxygen manual_, http://www.doxygen.org/manual.html, Version 1.4.6-NO
+* _Doxygen manual_, https://www.doxygen.org/manual/, Version 1.4.6-NO
 
 * _Doxygen Primer_ by Daryl McDaniel, IBM 2002; Updated for Intel Corporation
   1/2006
 
-* _UEFI Specification_, http://www.uefi.org
+* _UEFI Specification_, https://www.uefi.org
 
 * _Beyond Bios:Developing with the Unified Extensible Firmware Interface_,
   Second Edition, Zimmer, Michael Rothman, Suresh Marisetty Copyright @2010
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page
  2020-12-09 15:30 [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page Rebecca Cran
@ 2020-12-09 17:08 ` Michael D Kinney
  2020-12-11 19:41   ` Michael D Kinney
  0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2020-12-09 17:08 UTC (permalink / raw)
  To: Rebecca Cran, devel@edk2.groups.io, Kinney, Michael D
  Cc: Leif Lindholm, Laszlo Ersek, Andrew Fish

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>


> -----Original Message-----
> From: Rebecca Cran <rebecca@nuviainc.com>
> Sent: Wednesday, December 9, 2020 7:31 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran <rebecca@nuviainc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Leif Lindholm
> <leif@nuviainc.com>; Laszlo Ersek <lersek@redhat.com>; Andrew Fish <afish@apple.com>
> Subject: [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page
> 
> The Doxygen manual is no longer at the specified URL: fix it to
> link to the current documentation.
> 
> While http://www.uefi.org still works, it redirects to the https
> version of the site. Avoid the redirect by updating the URL.
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
>  1_introduction.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/1_introduction.md b/1_introduction.md
> index c22c04c9f76d..8862bf369712 100644
> --- a/1_introduction.md
> +++ b/1_introduction.md
> @@ -216,12 +216,12 @@ internal namespaces to other components of the firmware system.
>    David Keppel, EECS, UC Berkeley CS&E, University of Washington; Mark Brader,
>    SoftQuad Incorporated, Toronto. 6/25/1990.
> 
> -* _Doxygen manual_, http://www.doxygen.org/manual.html, Version 1.4.6-NO
> +* _Doxygen manual_, https://www.doxygen.org/manual/, Version 1.4.6-NO
> 
>  * _Doxygen Primer_ by Daryl McDaniel, IBM 2002; Updated for Intel Corporation
>    1/2006
> 
> -* _UEFI Specification_, http://www.uefi.org
> +* _UEFI Specification_, https://www.uefi.org
> 
>  * _Beyond Bios:Developing with the Unified Extensible Firmware Interface_,
>    Second Edition, Zimmer, Michael Rothman, Suresh Marisetty Copyright @2010
> --
> 2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page
  2020-12-09 17:08 ` Michael D Kinney
@ 2020-12-11 19:41   ` Michael D Kinney
  0 siblings, 0 replies; 3+ messages in thread
From: Michael D Kinney @ 2020-12-11 19:41 UTC (permalink / raw)
  To: Rebecca Cran, devel@edk2.groups.io, Kinney, Michael D
  Cc: Leif Lindholm, Laszlo Ersek, Andrew Fish

Pushed

https://github.com/tianocore-docs/edk2-CCodingStandardsSpecification/commit/d2b81c41872a094ce4fe2270c8c03cdb75cc8e1c


> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Wednesday, December 9, 2020 9:09 AM
> To: Rebecca Cran <rebecca@nuviainc.com>; devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>
> Cc: Leif Lindholm <leif@nuviainc.com>; Laszlo Ersek <lersek@redhat.com>; Andrew Fish <afish@apple.com>
> Subject: RE: [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page
> 
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> 
> > -----Original Message-----
> > From: Rebecca Cran <rebecca@nuviainc.com>
> > Sent: Wednesday, December 9, 2020 7:31 AM
> > To: devel@edk2.groups.io
> > Cc: Rebecca Cran <rebecca@nuviainc.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Leif Lindholm
> > <leif@nuviainc.com>; Laszlo Ersek <lersek@redhat.com>; Andrew Fish <afish@apple.com>
> > Subject: [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page
> >
> > The Doxygen manual is no longer at the specified URL: fix it to
> > link to the current documentation.
> >
> > While http://www.uefi.org still works, it redirects to the https
> > version of the site. Avoid the redirect by updating the URL.
> >
> > Contributed-under: TianoCore Contribution Agreement 1.1
> > Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> > ---
> >  1_introduction.md | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/1_introduction.md b/1_introduction.md
> > index c22c04c9f76d..8862bf369712 100644
> > --- a/1_introduction.md
> > +++ b/1_introduction.md
> > @@ -216,12 +216,12 @@ internal namespaces to other components of the firmware system.
> >    David Keppel, EECS, UC Berkeley CS&E, University of Washington; Mark Brader,
> >    SoftQuad Incorporated, Toronto. 6/25/1990.
> >
> > -* _Doxygen manual_, http://www.doxygen.org/manual.html, Version 1.4.6-NO
> > +* _Doxygen manual_, https://www.doxygen.org/manual/, Version 1.4.6-NO
> >
> >  * _Doxygen Primer_ by Daryl McDaniel, IBM 2002; Updated for Intel Corporation
> >    1/2006
> >
> > -* _UEFI Specification_, http://www.uefi.org
> > +* _UEFI Specification_, https://www.uefi.org
> >
> >  * _Beyond Bios:Developing with the Unified Extensible Firmware Interface_,
> >    Second Edition, Zimmer, Michael Rothman, Suresh Marisetty Copyright @2010
> > --
> > 2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-11 19:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-09 15:30 [edk2-CCodingStandardsSpecification PATCH 1/1] Fix URLs on the Introduction page Rebecca Cran
2020-12-09 17:08 ` Michael D Kinney
2020-12-11 19:41   ` Michael D Kinney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox