This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Adjust link for Cilk Plus
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 27 Jun 2015 20:40:37 +0200 (CEST)
- Subject: [wwwdocs] Adjust link for Cilk Plus
- Authentication-results: sourceware.org; auth=none
cilk.org now has a permanent redirect to https://www.cilkplus.org.
Applied.
Gerald
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.975
diff -u -r1.975 index.html
--- index.html 26 Jun 2015 21:41:04 -0000 1.975
+++ index.html 27 Jun 2015 18:25:58 -0000
@@ -118,7 +118,7 @@
<dt><span>Cilk Plus support in GCC</span>
<span class="date">[2014-09-02]</span></dt>
- <dd>Complete support for <a href="http://cilk.org">Cilk Plus</a> features was added to GCC.
+ <dd>Complete support for <a href="https://www.cilkplus.org">Cilk Plus</a> 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>