aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-06-18 08:47:25 +1000
committerAndrew Gerrand <adg@golang.org>2014-06-18 08:47:25 +1000
commit60b7cd2c85a18b901b23ef9a0f675de4e9a27d67 (patch)
tree423f0812e040d1329a3ccf82605e8c772272e3d2
parent2ae4c996a1015326598267948e0fc5d40f2d8cac (diff)
downloadgo-60b7cd2c85a18b901b23ef9a0f675de4e9a27d67.tar.gz
go-60b7cd2c85a18b901b23ef9a0f675de4e9a27d67.zip
[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
-rw-r--r--doc/go1.html2
-rw-r--r--doc/install.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.html b/doc/go1.html
index 3bbe5d3168..a664b65555 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -2035,4 +2035,4 @@ They are available for many combinations of architecture and operating system
Installation details are described on the
<a href="/doc/install">Getting Started</a> page, while
the distributions themselves are listed on the
-<a href="http://code.google.com/p/go/downloads/list">downloads page</a>.
+<a href="/dl/">downloads page</a>.
diff --git a/doc/install.html b/doc/install.html
index 83785cbe58..7282ae9472 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -6,7 +6,7 @@
<h2 id="download">Download the Go distribution</h2>
<p>
-<a href="https://code.google.com/p/go/wiki/Downloads?tm=2" id="start" class="download" target="_blank">
+<a href="/dl/" id="start" class="download" target="_blank">
<span class="big">Download Go</span>
<span class="desc">Click here to visit the downloads page</span>
</a>