diff mbox series

[wwwdocs] Update various links to openmp.org

Message ID alpine.LSU.2.21.1809011429460.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Update various links to openmp.org | expand

Commit Message

Gerald Pfeifer Sept. 1, 2018, 12:31 p.m. UTC
Committed.

Gerald
diff mbox series

Patch

Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.151
diff -u -r1.151 changes.html
--- gcc-5/changes.html	26 Aug 2018 13:04:30 -0000	1.151
+++ gcc-5/changes.html	1 Sep 2018 12:29:47 -0000
@@ -189,13 +189,13 @@ 
 
 <h2 id="languages">New Languages and Language specific improvements</h2>
   <ul>
-    <li id="offload"><a href="http://www.openmp.org/wp-content/uploads/OpenMP4.0.0.pdf">
+    <li id="offload"><a href="https://www.openmp.org/wp-content/uploads/OpenMP4.0.0.pdf">
       OpenMP 4.0 specification</a> offloading features are now supported by the C, C++,
 	and Fortran compilers. Generic changes:
 	<ul>
 	  <li>Infrastructure (suitable for any vendor).</li>
 	  <li>Testsuite which covers offloading from the
-	  <a href="http://www.openmp.org/wp-content/uploads/OpenMP4.0.0.Examples.pdf">
+	  <a href="https://www.openmp.org/wp-content/uploads/OpenMP4.0.0.Examples.pdf">
 	  OpenMP 4.0 Examples</a> document.</li>
 	</ul>
 	Specific for upcoming Intel Xeon Phi products:
Index: gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.107
diff -u -r1.107 changes.html
--- gcc-7/changes.html	10 Jun 2018 14:22:57 -0000	1.107
+++ gcc-7/changes.html	1 Sep 2018 12:29:47 -0000
@@ -769,7 +769,7 @@ 
 At line 8 of file do_check_12.f90
 Fortran runtime error: Loop iterates infinitely</pre></blockquote>
   </li>
-  <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 partially supported in the
       Fortran compiler; the largest missing item is structure element
       mapping.</li>
Index: projects/gomp/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/gomp/index.html,v
retrieving revision 1.23
diff -u -r1.23 index.html
--- projects/gomp/index.html	2 Jun 2018 21:16:21 -0000	1.23
+++ projects/gomp/index.html	1 Sep 2018 12:29:47 -0000
@@ -9,7 +9,7 @@ 
 <h1>Welcome to the home of GOMP</h1>
 
 <p>The GOMP project has developed an implementation of
-<a href="http://www.openmp.org">OpenMP</a>
+<a href="https://www.openmp.org">OpenMP</a>
 for the C, C++, and <a href="../../fortran/">Fortran</a>
 compilers in the <a href="../../">GNU
 Compiler Collection</a> and is further improving it. As part of the <a
@@ -64,7 +64,7 @@ 
 <dl>
 <dt><b>November 14, 2015</b></dt>
 <dd><p>The final <a
-href="http://www.openmp.org/wp-content/uploads/openmp-4.5.pdf">OpenMP v4.5</a>
+href="https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf">OpenMP v4.5</a>
 specification has been released.</p></dd>
 
 <dt><b>October 13, 2015</b></dt>