This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Update reference to Go 1


weekly.golang.org/doc/go1 now redirects to golang.org/doc/go1
and this uses https.

Committed.

Gerald

Index: gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.141
diff -u -r1.141 changes.html
--- gcc-4.7/changes.html	27 Aug 2015 19:55:58 -0000	1.141
+++ gcc-4.7/changes.html	14 Nov 2015 23:24:24 -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";>Go 1
+      the <a href="https://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";>Go 1 language
+the <a href="https://golang.org/doc/go1";>Go 1 language
 standard.</a></p>
 
 <h2><a name="4.7.2">GCC 4.7.2</a></h2>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]