6
6
< h2 id ="download "> Download the Go distribution</ h2 >
7
7
8
8
< p >
9
- < a href ="/dl/ " id ="start " class ="download " target ="_blank ">
9
+ < a href ="https://golang.org /dl/ " id ="start " class ="download " target ="_blank ">
10
10
< span class ="big "> Download Go</ span >
11
11
< span class ="desc "> Click here to visit the downloads page</ span >
12
12
</ a >
13
13
</ p >
14
14
15
15
< p >
16
- < a href ="https://code.google.com/p/go/wiki/Downloads?tm=2 " target ="_blank "> Official binary
16
+ < a href ="https://golang.org/dl/ " target ="_blank "> Official binary
17
17
distributions</ a > are available for the FreeBSD (release 8 and above), Linux, Mac OS X (Snow Leopard
18
18
and above), and Windows operating systems and the 32-bit (< code > 386</ code > ) and
19
19
64-bit (< code > amd64</ code > ) x86 processor architectures.
@@ -70,7 +70,7 @@ <h2 id="install">Install the Go tools</h2>
70
70
< h3 id ="tarball "> Linux, Mac OS X, and FreeBSD tarballs</ h3 >
71
71
72
72
< p >
73
- < a href ="https://code.google.com/p/go/wiki/Downloads?tm=2 "> Download the archive</ a >
73
+ < a href ="https://golang.org/dl/ "> Download the archive</ a >
74
74
and extract it into < code > /usr/local</ code > , creating a Go tree in
75
75
< code > /usr/local/go</ code > . For example:
76
76
</ p >
@@ -127,7 +127,7 @@ <h4 id="tarball_non_standard">Installing to a custom location</h4>
127
127
< h3 id ="osx "> Mac OS X package installer</ h3 >
128
128
129
129
< p >
130
- < a href ="https://code.google.com/p/go/wiki/Downloads?tm=2 "> Download the package file</ a > ,
130
+ < a href ="https://golang.org/dl/ "> Download the package file</ a > ,
131
131
open it, and follow the prompts to install the Go tools.
132
132
The package installs the Go distribution to < code > /usr/local/go</ code > .
133
133
</ p >
@@ -150,7 +150,7 @@ <h3 id="windows">Windows</h3>
150
150
< h4 id ="windows_msi "> MSI installer</ h4 >
151
151
152
152
< p >
153
- Open the < a href ="https://code.google.com/p/go/wiki/Downloads?tm=2 "> MSI file</ a >
153
+ Open the < a href ="https://golang.org/dl/ "> MSI file</ a >
154
154
and follow the prompts to install the Go tools.
155
155
By default, the installer puts the Go distribution in < code > c:\Go</ code > .
156
156
</ p >
@@ -164,7 +164,7 @@ <h4 id="windows_msi">MSI installer</h4>
164
164
< h4 id ="windows_zip "> Zip archive</ h4 >
165
165
166
166
< p >
167
- < a href ="https://code.google.com/p/go/wiki/Downloads?tm=2 "> Download the zip file</ a > and extract it into the directory of your choice (we suggest < code > c:\Go</ code > ).
167
+ < a href ="https://golang.org/dl/ "> Download the zip file</ a > and extract it into the directory of your choice (we suggest < code > c:\Go</ code > ).
168
168
</ p >
169
169
170
170
< p >
@@ -270,5 +270,3 @@ <h2 id="help">Getting help</h2>
270
270
Report bugs using the
271
271
< a href ="//golang.org/issue "> Go issue tracker</ a > .
272
272
</ p >
273
-
274
-
0 commit comments