diff mbox

[wwwdocs] Adjust link for Cilk Plus

Message ID alpine.LSU.2.20.1506272039360.2176@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer June 27, 2015, 6:40 p.m. UTC
cilk.org now has a permanent redirect to https://www.cilkplus.org.

Applied.

Gerald
diff mbox

Patch

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>