[committed] wwwdocs: gcc-4.8: Move three links from http to https

Message ID 20221105225906.CC21733E18@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: gcc-4.8: Move three links from http to https |

Commit Message

Gerald Pfeifer Nov. 5, 2022, 10:59 p.m. UTC
  Pushed.

Gerald
---
 htdocs/gcc-4.8/changes.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html
index 39557435..cb30a5e9 100644
--- a/htdocs/gcc-4.8/changes.html
+++ b/htdocs/gcc-4.8/changes.html
@@ -258,7 +258,7 @@  B b(42); // OK
 </pre></blockquote>
   </li>
 
-  <li>As of GCC 4.8.1, G++ implements the change to <code>decltype</code> semantics from <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf">N3276</a>.
+  <li>As of GCC 4.8.1, G++ implements the change to <code>decltype</code> semantics from <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf">N3276</a>.
 <blockquote><pre>
 struct A f();
 decltype(f()) g();    // OK, return type of f() is not required to be complete.
@@ -276,7 +276,7 @@  int i = A().f();  // error, f() requires an lvalue object
     with features proposed for the next revision of the standard, expected
     around 2014.  Currently the only difference from <code>-std=c++11</code>
     is support for return type deduction in normal functions, as proposed in 
-    <a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3386.html">N3386</a>.
+    <a href="https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3386.html">N3386</a>.
     Status of C++1y features in GCC 4.8 can be found <a href="../projects/cxx1y.html">here</a>.
   </li>
 
@@ -436,7 +436,7 @@  int i = A().f();  // error, f() requires an lvalue object
       gfortran's own array descriptor is used, which is different from the
       one defined in TS29113, see <a
       href="https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libgfortran/libgfortran.h">gfortran's header file</a> or use the <a
-      href="http://chasm-interop.sourceforge.net/">Chasm Language
+      href="https://chasm-interop.sourceforge.net/">Chasm Language
       Interoperability Tools</a>.</li>
     </ul></li>
   </ul>