diff mbox series

[wwwdocs] gcc-6/changes.html - openmp.org has moved to https

Message ID alpine.LSU.2.21.1809291848350.3785@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] gcc-6/changes.html - openmp.org has moved to https | expand

Commit Message

Gerald Pfeifer Sept. 29, 2018, 4:50 p.m. UTC
Somehow this one apparently fell through when I made updates 
in the last weeks.

Committed.

Gerald
diff mbox series

Patch

Index: gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.107
diff -u -r1.107 changes.html
--- gcc-6/changes.html	2 Sep 2018 08:14:17 -0000	1.107
+++ gcc-6/changes.html	29 Sep 2018 16:48:41 -0000
@@ -186,7 +186,7 @@ 
 
 <h3 id="c-family">C family</h3>
   <ul>
-    <li>Version 4.5 of the <a href="http://www.openmp.org/specifications/"
+    <li>Version 4.5 of the <a href="https://www.openmp.org/specifications/"
 	>OpenMP specification</a> is now supported in the C and C++ compilers.</li>
 
     <li>The C and C++ compilers now support attributes on enumerators.  For instance,