E593 [release-branch.go1.3] doc: link to new downloads page · golang/go@60b7cd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60b7cd2

Browse files
committed
[release-branch.go1.3] doc: link to new downloads page
««« CL 102340044 / 951cc5f6d52f doc: link to new downloads page LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/102340044 »»» TBR=rsc CC=golang-codereviews https://golang.org/cl/105300045
1 parent 2ae4c99 commit 60b7cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/go1.html

Lines changed: 1 addition & 1 deletion
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="http://code.google.com/p/go/downloads/list">downloads page</a>.
2038+
<a href="/dl/">downloads page</a>.

doc/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h2 id="download">Download the Go distribution</h2>
77

88
<p>
9-
<a href="https://code.google.com/p/go/wiki/Downloads?tm=2" id="start" class="download" target="_blank">
9+
<a href="/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>

00)

0