Committed. Gerald
Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.148 diff -u -r1.148 news.html --- news.html 12 Sep 2015 22:19:00 -0000 1.148 +++ news.html 14 Nov 2015 23:39:04 -0000 @@ -328,7 +328,7 @@ <dt>December 2, 2010</dt> <dd><a href="gcc-4.6/changes.html#go">GCC 4.6</a> will support - the <a href="http://golang.org/">Go programming language</a>. The + the <a href="https://golang.org/">Go programming language</a>. The new frontend was contributed by Ian Lance Taylor at Google.</dd> <dt>November 16, 2010</dt> Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.241 diff -u -r1.241 readings.html --- readings.html 24 Aug 2015 17:18:23 -0000 1.241 +++ readings.html 14 Nov 2015 23:39:05 -0000 @@ -609,8 +609,8 @@ <h3>Go information</h3> <ul> -<li><a href="http://golang.org/">General Go information</a></li> -<li><a href="http://golang.org/ref/spec">Go language +<li><a href="https://golang.org/">General Go information</a></li> +<li><a href="https://golang.org/ref/spec">Go language specification</a></li> </ul> Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.203 diff -u -r1.203 svn.html --- svn.html 14 Nov 2015 23:07:45 -0000 1.203 +++ svn.html 14 Nov 2015 23:39:05 -0000 @@ -508,7 +508,7 @@ <dt>gccgo</dt> <dd>This branch is for the Go frontend to gcc. For more information about the Go programming language, - see <a href="http://golang.org/">http://golang.org</a>. The + see <a href="https://golang.org/">https://golang.org</a>. The branch is maintained by Ian Lance Taylor. Patches should be marked with the tag [gccgo] in the Subject line. </dd> Index: gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.152 diff -u -r1.152 changes.html --- gcc-4.6/changes.html 6 Dec 2014 16:29:23 -0000 1.152 +++ gcc-4.6/changes.html 14 Nov 2015 23:39:06 -0000 @@ -615,7 +615,7 @@ <h3 id="go">Go</h3> -<p>Support for the <a href="http://golang.org/">Go programming +<p>Support for the <a href="https://golang.org/">Go programming language</a> has been added to GCC. It is not enabled by default when you build GCC; use the <code>--enable-languages</code> configure option to build it. The driver program for compiling Go Index: gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.132 diff -u -r1.132 changes.html --- gcc-5/changes.html 14 Nov 2015 21:19:00 -0000 1.132 +++ gcc-5/changes.html 14 Nov 2015 23:39:07 -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="https://golang.org/cmd/go/">go</a> + and <a href="https://golang.org/cmd/gofmt/">gofmt</a>.</li> </ul> <!--h3 id="java">Java (GCJ)</h3-->