As I described in commit 7a3bc40387dde4fd827c8a6d233757f1f6137d59
on Wed Mar 31 19:01:29 2021 +0200:

    cilkplus.org is gone

    At first cilkplus.org was broken for weeks, it not months. Now it
    redirects to a generic intel.com page. So remove it.

Pushed.
Gerald

---
 htdocs/gcc-5/changes.html | 2 +-
 htdocs/news.html          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/gcc-5/changes.html b/htdocs/gcc-5/changes.html
index efa322b1..a346c7f6 100644
--- a/htdocs/gcc-5/changes.html
+++ b/htdocs/gcc-5/changes.html
@@ -248,7 +248,7 @@
        for the C and C++ compilers, which warns about boolean expressions
        compared with an integer value different from
        <code>true</code>/<code>false</code>.</li>
-    <li>Full support for <a href="https://www.cilkplus.org/";>Cilk Plus</a>
+    <li>Full support for Cilk Plus
        has been added to the GCC compiler. Cilk Plus is an extension to
        the C and C++ languages to support data and task parallelism.</li>
     <li>A new attribute <code>no_reorder</code> prevents reordering of
diff --git a/htdocs/news.html b/htdocs/news.html
index 0dd6b265..a4acd823 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -194,7 +194,7 @@
 
 <dt><span>Cilk Plus support in GCC</span>
     <span class="date">[2014-09-02] wwwdocs:</span></dt>
-    <dd>Complete support for <a href="https://www.cilkplus.org";>Cilk Plus</a> 
features was added to GCC.
+    <dd>Complete support for Cilk Plus features was added to GCC.
     Contributed by Jakub Jelinek, Aldy Hernandez, Balaji V. Iyer and Igor 
Zamyatin.</dd>
 
 <dt><span>New GCC version numbering <a 
href="develop.html#num_scheme">scheme</a> announced</span>
-- 
2.31.1

Reply via email to