public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH htdocs] download: fix more http:// -> https://
@ 2023-01-12  5:24 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2023-01-12  5:24 UTC (permalink / raw)
  To: gdb-patches

---
 download/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
-- 
2.39.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-12  5:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12  5:24 [PATCH htdocs] download: fix more http:// -> https:// Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).