Skip to content

Commit 6e55f7a

Browse files
mdempskyadg
authored andcommittedSep 11, 2014
doc: link directly to https://golang.org/dl/
Fixes golang#8705. LGTM=adg R=golang-codereviews, bradfitz, adg CC=golang-codereviews https://golang.org/cl/142890044
1 parent 00365b1 commit 6e55f7a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed
 

‎doc/go1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2035,4 +2035,4 @@ <h2 id="releases">Packaged releases</h2>
20352035
Installation details are described on the
20362036
<a href="/doc/install">Getting Started</a> page, while
20372037
the distributions themselves are listed on the
2038-
<a href="/dl/">downloads page</a>.
2038+
<a href="https://golang.org/dl/">downloads page</a>.

‎doc/install.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<h2 id="download">Download the Go distribution</h2>
77

88
<p>
9-
<a href="/dl/" id="start" class="download" target="_blank">
9+
<a href="https://golang.org/dl/" id="start" class="download" target="_blank">
1010
<span class="big">Download Go</span>
1111
<span class="desc">Click here to visit the downloads page</span>
1212
</a>
1313
</p>
1414

1515
<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
1717
distributions</a> are available for the FreeBSD (release 8 and above), Linux, Mac OS X (Snow Leopard
1818
and above), and Windows operating systems and the 32-bit (<code>386</code>) and
1919
64-bit (<code>amd64</code>) x86 processor architectures.
@@ -70,7 +70,7 @@ <h2 id="install">Install the Go tools</h2>
7070
<h3 id="tarball">Linux, Mac OS X, and FreeBSD tarballs</h3>
7171

7272
<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>
7474
and extract it into <code>/usr/local</code>, creating a Go tree in
7575
<code>/usr/local/go</code>. For example:
7676
</p>
@@ -127,7 +127,7 @@ <h4 id="tarball_non_standard">Installing to a custom location</h4>
127127
<h3 id="osx">Mac OS X package installer</h3>
128128

129129
<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>,
131131
open it, and follow the prompts to install the Go tools.
132132
The package installs the Go distribution to <code>/usr/local/go</code>.
133133
</p>
@@ -150,7 +150,7 @@ <h3 id="windows">Windows</h3>
150150
<h4 id="windows_msi">MSI installer</h4>
151151

152152
<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>
154154
and follow the prompts to install the Go tools.
155155
By default, the installer puts the Go distribution in <code>c:\Go</code>.
156156
</p>
@@ -164,7 +164,7 @@ <h4 id="windows_msi">MSI installer</h4>
164164
<h4 id="windows_zip">Zip archive</h4>
165165

166166
<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>).
168168
</p>
169169

170170
<p>
@@ -270,5 +270,3 @@ <h2 id="help">Getting help</h2>
270270
Report bugs using the
271271
<a href="//golang.org/issue">Go issue tracker</a>.
272272
</p>
273-
274-

0 commit comments

Comments
 (0)
Please sign in to comment.