diff mbox series

[htdocs] use https:// everywhere

Message ID 20231220015329.20388-1-vapier@gentoo.org
State New
Headers show
Series [htdocs] use https:// everywhere | expand

Commit Message

Mike Frysinger Dec. 20, 2023, 1:53 a.m. UTC
---
 bugs.html          | 2 +-
 documentation.html | 2 +-
 index.html         | 2 +-
 involved.html      | 2 +-
 security.html      | 4 ++--
 sources.html       | 6 +++---
 started.html       | 6 +++---
 template.html      | 2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)

Comments

Carlos O'Donell Feb. 16, 2024, 7:19 p.m. UTC | #1
On 12/19/23 20:53, Mike Frysinger wrote:
> ---

Rebased and committed.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

>  bugs.html          | 2 +-
>  documentation.html | 2 +-
>  index.html         | 2 +-
>  involved.html      | 2 +-
>  security.html      | 4 ++--
>  sources.html       | 6 +++---
>  started.html       | 6 +++---
>  template.html      | 2 +-
>  8 files changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/bugs.html b/bugs.html
> index b63d7e9d887f..87d992165fec 100644
> --- a/bugs.html
> +++ b/bugs.html
> @@ -36,7 +36,7 @@
>  </p>
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
> diff --git a/documentation.html b/documentation.html
> index debcae8cbe9c..8292ed8cfa11 100644
> --- a/documentation.html
> +++ b/documentation.html
> @@ -60,7 +60,7 @@ harmonized between both projects.
>  </p>
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
> diff --git a/index.html b/index.html
> index ba03cdf8e366..b4cefd882cbe 100644
> --- a/index.html
> +++ b/index.html
> @@ -93,7 +93,7 @@
>  </p>
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
> diff --git a/involved.html b/involved.html
> index 1ed449f579e1..62811e1936f2 100644
> --- a/involved.html
> +++ b/involved.html
> @@ -90,7 +90,7 @@
>  </p>
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
> diff --git a/security.html b/security.html
> index 247c576fa974..4b71d68fdc9f 100644
> --- a/security.html
> +++ b/security.html
> @@ -96,7 +96,7 @@ a timely response.
>  
>  <p>
>  The team will take care of details such as vulnerability rating and
> -<a href="http://cve.mitre.org/about/">CVE assignment</a>.  It is likely
> +<a href="https://cve.mitre.org/about/">CVE assignment</a>.  It is likely
>  that the team will ask to file a public bug because the issue is
>  sufficiently minor and does not warrant an embargo.  An embargo is not a
>  requirement for being credited with the discovery of a security
> @@ -556,7 +556,7 @@ bgdMo3cl19PJpx81Tg==
>  
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
> diff --git a/sources.html b/sources.html
> index 14590b5a66eb..49c5bd0da065 100644
> --- a/sources.html
> +++ b/sources.html
> @@ -35,7 +35,7 @@ git checkout master</pre></b>
>  </p>
>  <p>
>    Releases are available by source branch checkout (<a href="https://sourceware.org/git/?p=glibc.git">gitweb</a>)
> -  and tarball <a href="http://ftp.gnu.org/gnu/glibc/">via ftp</a>.
> +  and tarball <a href="https://ftp.gnu.org/gnu/glibc/">via ftp</a>.
>  </p>
>  <p>
>    Checkout the latest glibc 2.38 stable release:
> @@ -45,12 +45,12 @@ git checkout release/2.38/master</pre></b>
>  </p>
>  <p>
>    Release tarballs are available via anonymous ftp at
> -  <a href="http://ftp.gnu.org/gnu/glibc">http://ftp.gnu.org/gnu/glibc/</a>
> +  <a href="https://ftp.gnu.org/gnu/glibc">https://ftp.gnu.org/gnu/glibc/</a>
>    and its mirrors.
>  </p>
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
> diff --git a/started.html b/started.html
> index 4cffb1f3c017..c37c4cc9f4ca 100644
> --- a/started.html
> +++ b/started.html
> @@ -48,7 +48,7 @@
>  
>  <p>
>    Releases are available by source branch checkout (<a href="https://sourceware.org/git/?p=glibc.git">gitweb</a>)
> -  and tarball <a href="http://ftp.gnu.org/gnu/glibc/">via ftp</a>.
> +  and tarball <a href="https://ftp.gnu.org/gnu/glibc/">via ftp</a>.
>  </p>
>  <p>
>    Checkout the latest glibc 2.38 stable release:
> @@ -58,7 +58,7 @@ git checkout release/2.38/master</pre></b>
>  </p>
>  <p>
>    Release tarballs are available via anonymous ftp at
> -  <a href="http://ftp.gnu.org/gnu/glibc">http://ftp.gnu.org/gnu/glibc/</a>
> +  <a href="https://ftp.gnu.org/gnu/glibc">https://ftp.gnu.org/gnu/glibc/</a>
>    and its mirrors.
>  </p>
>  <h1>Build and test the libraries</h1>
> @@ -92,7 +92,7 @@ git checkout release/2.38/master</pre></b>
>  </p>
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
> diff --git a/template.html b/template.html
> index 289a8385fd6b..64a63b50d3c7 100644
> --- a/template.html
> +++ b/template.html
> @@ -31,7 +31,7 @@
>  </p>
>  </div>
>  <div id="footer">
> -A <a href="http://www.gnu.org">GNU</a> package.
> +A <a href="https://www.gnu.org">GNU</a> package.
>  </div>
>  </body>
>  </html>
diff mbox series

Patch

diff --git a/bugs.html b/bugs.html
index b63d7e9d887f..87d992165fec 100644
--- a/bugs.html
+++ b/bugs.html
@@ -36,7 +36,7 @@ 
 </p>
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>
diff --git a/documentation.html b/documentation.html
index debcae8cbe9c..8292ed8cfa11 100644
--- a/documentation.html
+++ b/documentation.html
@@ -60,7 +60,7 @@  harmonized between both projects.
 </p>
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>
diff --git a/index.html b/index.html
index ba03cdf8e366..b4cefd882cbe 100644
--- a/index.html
+++ b/index.html
@@ -93,7 +93,7 @@ 
 </p>
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>
diff --git a/involved.html b/involved.html
index 1ed449f579e1..62811e1936f2 100644
--- a/involved.html
+++ b/involved.html
@@ -90,7 +90,7 @@ 
 </p>
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>
diff --git a/security.html b/security.html
index 247c576fa974..4b71d68fdc9f 100644
--- a/security.html
+++ b/security.html
@@ -96,7 +96,7 @@  a timely response.
 
 <p>
 The team will take care of details such as vulnerability rating and
-<a href="http://cve.mitre.org/about/">CVE assignment</a>.  It is likely
+<a href="https://cve.mitre.org/about/">CVE assignment</a>.  It is likely
 that the team will ask to file a public bug because the issue is
 sufficiently minor and does not warrant an embargo.  An embargo is not a
 requirement for being credited with the discovery of a security
@@ -556,7 +556,7 @@  bgdMo3cl19PJpx81Tg==
 
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>
diff --git a/sources.html b/sources.html
index 14590b5a66eb..49c5bd0da065 100644
--- a/sources.html
+++ b/sources.html
@@ -35,7 +35,7 @@  git checkout master</pre></b>
 </p>
 <p>
   Releases are available by source branch checkout (<a href="https://sourceware.org/git/?p=glibc.git">gitweb</a>)
-  and tarball <a href="http://ftp.gnu.org/gnu/glibc/">via ftp</a>.
+  and tarball <a href="https://ftp.gnu.org/gnu/glibc/">via ftp</a>.
 </p>
 <p>
   Checkout the latest glibc 2.38 stable release:
@@ -45,12 +45,12 @@  git checkout release/2.38/master</pre></b>
 </p>
 <p>
   Release tarballs are available via anonymous ftp at
-  <a href="http://ftp.gnu.org/gnu/glibc">http://ftp.gnu.org/gnu/glibc/</a>
+  <a href="https://ftp.gnu.org/gnu/glibc">https://ftp.gnu.org/gnu/glibc/</a>
   and its mirrors.
 </p>
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>
diff --git a/started.html b/started.html
index 4cffb1f3c017..c37c4cc9f4ca 100644
--- a/started.html
+++ b/started.html
@@ -48,7 +48,7 @@ 
 
 <p>
   Releases are available by source branch checkout (<a href="https://sourceware.org/git/?p=glibc.git">gitweb</a>)
-  and tarball <a href="http://ftp.gnu.org/gnu/glibc/">via ftp</a>.
+  and tarball <a href="https://ftp.gnu.org/gnu/glibc/">via ftp</a>.
 </p>
 <p>
   Checkout the latest glibc 2.38 stable release:
@@ -58,7 +58,7 @@  git checkout release/2.38/master</pre></b>
 </p>
 <p>
   Release tarballs are available via anonymous ftp at
-  <a href="http://ftp.gnu.org/gnu/glibc">http://ftp.gnu.org/gnu/glibc/</a>
+  <a href="https://ftp.gnu.org/gnu/glibc">https://ftp.gnu.org/gnu/glibc/</a>
   and its mirrors.
 </p>
 <h1>Build and test the libraries</h1>
@@ -92,7 +92,7 @@  git checkout release/2.38/master</pre></b>
 </p>
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>
diff --git a/template.html b/template.html
index 289a8385fd6b..64a63b50d3c7 100644
--- a/template.html
+++ b/template.html
@@ -31,7 +31,7 @@ 
 </p>
 </div>
 <div id="footer">
-A <a href="http://www.gnu.org">GNU</a> package.
+A <a href="https://www.gnu.org">GNU</a> package.
 </div>
 </body>
 </html>