public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: gcc-4.8: Move three links from http to https
@ 2022-11-05 22:59 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-11-05 22:59 UTC (permalink / raw)
  To: gcc-patches

Pushed.

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

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

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

only message in thread, other threads:[~2022-11-05 22:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 22:59 [committed] wwwdocs: gcc-4.8: Move three links from http to https Gerald Pfeifer

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).