diff mbox

[wwwdocs] Adjust a couple of links to golang.org

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

Commit Message

Gerald Pfeifer Aug. 27, 2015, 7:56 p.m. UTC
Applied.

Gerald
diff mbox

Patch

Index: gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.140
diff -u -r1.140 changes.html
--- gcc-4.7/changes.html	6 Dec 2014 16:29:23 -0000	1.140
+++ gcc-4.7/changes.html	27 Aug 2015 19:53:14 -0000
@@ -690,7 +690,7 @@ 
 <h3 id="go">Go</h3>
   <ul>
     <li>GCC 4.7 implements
-      the <a href="http://weekly.golang.org/doc/go1.html">Go 1
+      the <a href="http://weekly.golang.org/doc/go1">Go 1
       language standard.</a>  The library support in 4.7.0 is not
       quite complete, due to release timing.  Release 4.7.1 includes
       complete support for Go 1.  The Go library is from the Go 1.0.1
@@ -1016,7 +1016,7 @@ 
 are not listed here).</p>
 
 <p>The Go frontend in the 4.7.1 release fully supports
-the <a href="http://weekly.golang.org/doc/go1.html">Go 1 language
+the <a href="http://weekly.golang.org/doc/go1">Go 1 language
 standard.</a></p>
 
 <h2><a name="4.7.2">GCC 4.7.2</a></h2>
Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.124
diff -u -r1.124 changes.html
--- gcc-5/changes.html	16 Jul 2015 12:12:36 -0000	1.124
+++ gcc-5/changes.html	27 Aug 2015 19:53:15 -0000
@@ -594,8 +594,8 @@ 
     <li>GCC 5 provides a complete implementation of the Go 1.4.2
     release.</li>
     <li>Building GCC 5 with Go enabled will install two new
-      programs: <a href="http://golang.org/cmd/go">go</a>
-      and <a href="http://golang.org/cmd/gofmt">gofmt</a>.</li>
+      programs: <a href="http://golang.org/cmd/go/">go</a>
+      and <a href="http://golang.org/cmd/gofmt/">gofmt</a>.</li>
   </ul>
 
 <!--h3 id="java">Java (GCJ)</h3-->