I checked, and GCC 14 (and others) uses https; not sure how http snuck in here for the GCC 15 web pages?
Pushed. Gerald --- htdocs/gcc-15/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/gcc-15/index.html b/htdocs/gcc-15/index.html index d68da280..5670dd31 100644 --- a/htdocs/gcc-15/index.html +++ b/htdocs/gcc-15/index.html @@ -25,7 +25,7 @@ as many other improvements) relative to GCC 14.x.</p> <dt>GCC 15.1</dt> <dd>April 25, 2025 (<a href="changes.html">changes</a>, - <a href="http://gcc.gnu.org/onlinedocs/15.1.0/">documentation</a>) + <a href="https://gcc.gnu.org/onlinedocs/15.1.0/">documentation</a>) </dd> </dl> @@ -39,7 +39,7 @@ GNU Compiler Collection.</p> <p>The GCC developers would like to thank the numerous people that have contributed new features, improvements, bug fixes, and other changes as well as test results to GCC. -This <a href="http://gcc.gnu.org/onlinedocs/gcc-15.1.0/gcc/Contributors.html">amazing +This <a href="https://gcc.gnu.org/onlinedocs/gcc-15.1.0/gcc/Contributors.html">amazing group of volunteers</a> is what makes GCC successful.</p> <p>For additional information about GCC please refer to the -- 2.50.1