[htdocs] download: fix more http:// -> https://

Message ID 20230112052446.13680-1-vapier@gentoo.org
State New
Headers
Series [htdocs] download: fix more http:// -> https:// |

Commit Message

Mike Frysinger Jan. 12, 2023, 5:24 a.m. UTC
  ---
 download/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/download/index.html b/download/index.html
index aef60cc80666..ffbb88e6af2a 100644
--- a/download/index.html
+++ b/download/index.html
@@ -54,15 +54,15 @@  You can download the most recent official release of GDB from either
 Project GNU's FTP server, or Red Hat's sources site:
 
 <pre>
-<a href="https://ftp.gnu.org/gnu/gdb" >http://ftp.gnu.org/gnu/gdb</a> (<a href="http://www.gnu.org/order/ftp.html">mirrors</a>)
-<a href="ftp://sourceware.org/pub/gdb/releases/" >ftp://sourceware.org/pub/gdb/releases/</a> (<a href="https://sourceware.org/mirrors.html">mirrors</a>).
+<a href="https://ftp.gnu.org/gnu/gdb">https://ftp.gnu.org/gnu/gdb</a> (<a href="https://www.gnu.org/order/ftp.html">mirrors</a>)
+<a href="ftp://sourceware.org/pub/gdb/releases/">ftp://sourceware.org/pub/gdb/releases/</a> (<a href="https://sourceware.org/mirrors.html">mirrors</a>)
 </pre>
 
 As with all GNU projects, you can verify the signatures for gnu project
 files with the keyring file from:
 
 <pre>
-<a href="ftp://ftp.gnu.org/gnu/gnu-keyring.gpg">ftp://ftp.gnu.org/gnu/gnu-keyring.gpg</a> (see <a href="https://ftp.gnu.org/README">http://ftp.gnu.org/README</a> for more info).
+<a href="ftp://ftp.gnu.org/gnu/gnu-keyring.gpg">ftp://ftp.gnu.org/gnu/gnu-keyring.gpg</a> (see <a href="https://ftp.gnu.org/README">https://ftp.gnu.org/README</a> for more info).
 </pre>
 
 Sources to the current development version are also available using