diff mbox series

[committed] wwwdocs: cilkplus.org is gone

Message ID 20210331170344.6F4D133E9A@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: cilkplus.org is gone | expand

Commit Message

Gerald Pfeifer March 31, 2021, 5:03 p.m. UTC
I pushed this.

At first cilkplus.org was broken for weeks, it not months. Now it
redirects to a generic intel.com page. So remove it.
---
 htdocs/gcc-4.9/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-4.9/changes.html b/htdocs/gcc-4.9/changes.html
index 342a9962..53031b7d 100644
--- a/htdocs/gcc-4.9/changes.html
+++ b/htdocs/gcc-4.9/changes.html
@@ -186,8 +186,8 @@ 
     consecutive iterations using SIMD (single instruction multiple data)
     instructions.</li>
 
-    <li>Support for <a href="https://www.cilkplus.org/">Cilk Plus</a> has been
-    added and can be enabled with the <code>-fcilkplus</code> option.  Cilk Plus
+    <li>Support for Cilk Plus has been added and can be enabled
+    with the <code>-fcilkplus</code> option.  Cilk Plus
     is an extension to the C and C++ languages to support data and task
     parallelism.  The present implementation follows ABI version 1.2; all
     features but <code>_Cilk_for</code> have been implemented.</li>