diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2014-08-13 09:15:13 +0200 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2014-08-13 09:15:13 +0200 |
commit | 529609eb4df48905f8ed2ef746c642fb3113ad36 (patch) | |
tree | dcbb48025514e956597ea7c902b95aacdcbbe600 /doc/install-source.html | |
parent | 384c13fcf3ee95bf43fac6c2407b49817fa4bce4 (diff) | |
parent | 64f344c0c94601934187163f7b353d009dc1b63f (diff) | |
download | golang-529609eb4df48905f8ed2ef746c642fb3113ad36.tar.gz |
Merge tag 'upstream/1.3.1' into debian-sid
Upstream version 1.3.1
Diffstat (limited to 'doc/install-source.html')
-rw-r--r-- | doc/install-source.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/install-source.html b/doc/install-source.html index 6f6a15afd..82859b50f 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -81,7 +81,7 @@ The full set of supported combinations is listed in the discussion of <p> The Go tool chain is written in C. To build it, you need a C compiler installed. -Please refer to the <a href="http://code.google.com/p/go-wiki/wiki/InstallFromSource#Install_C_tools">InstallFromSource</a> +Please refer to the <a href="//golang.org/wiki/InstallFromSource#Install_C_tools">InstallFromSource</a> page on the Go community Wiki for operating system specific instructions. </p> @@ -283,16 +283,16 @@ You can access the latter commands with The usual community resources such as <code>#go-nuts</code> on the <a href="http://freenode.net/">Freenode</a> IRC server and the -<a href="http://groups.google.com/group/golang-nuts">Go Nuts</a> +<a href="//groups.google.com/group/golang-nuts">Go Nuts</a> mailing list have active developers that can help you with problems with your installation or your development work. For those who wish to keep up to date, -there is another mailing list, <a href="http://groups.google.com/group/golang-checkins">golang-checkins</a>, +there is another mailing list, <a href="//groups.google.com/group/golang-checkins">golang-checkins</a>, that receives a message summarizing each checkin to the Go repository. </p> <p> -Bugs can be reported using the <a href="http://code.google.com/p/go/issues/list">Go issue tracker</a>. +Bugs can be reported using the <a href="//code.google.com/p/go/issues/list">Go issue tracker</a>. </p> @@ -306,7 +306,7 @@ The Go project maintains a stable tag in its Mercurial repository: <p> The <code>release</code> tag refers to the current stable release of Go. Most Go users should use this version. New releases are announced on the -<a href="http://groups.google.com/group/golang-announce">golang-announce</a> +<a href="//groups.google.com/group/golang-announce">golang-announce</a> mailing list. </p> @@ -482,8 +482,8 @@ should target. If you are compiling on the target system, its value will be auto <p> If in doubt, leave this variable unset, and adjust it if required when you first run the Go executable. -The <a href="http://code.google.com/p/go-wiki/wiki/GoArm">GoARM</a> page -on the <a href="http://code.google.com/p/go-wiki/w/list">Go community wiki</a> +The <a href="//golang.org/wiki/GoArm">GoARM</a> page +on the <a href="//golang.org/wiki">Go community wiki</a> contains further details regarding Go's ARM support. </p> |