diff mbox series

[pushed] wwwdocs: simtest-howto: Use https to link to our install docs

Message ID 20240607221614.ACAC433E74@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: simtest-howto: Use https to link to our install docs | expand

Commit Message

Gerald Pfeifer June 7, 2024, 10:16 p.m. UTC
---
 htdocs/simtest-howto.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html
index d9c027fd..3afbdb0b 100644
--- a/htdocs/simtest-howto.html
+++ b/htdocs/simtest-howto.html
@@ -115,7 +115,7 @@  cd gcc && find . -print | cpio -pdlmu ../combined && cd ..
     <h2>Build it</h2>
 
     <p>Make sure the
-    <a href="http://gcc.gnu.org/install/prerequisites.html">building
+    <a href="https://gcc.gnu.org/install/prerequisites.html">building
     prerequisites</a> for GCC are met, for example a host GCC no earlier
     than 3.4 or later, with C++ support enabled.</p>