diff options
author | Andrew Gerrand <adg@golang.org> | 2014-06-18 08:47:25 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2014-06-18 08:47:25 +1000 |
commit | 8c2ffa708d85d2e1ffb77732d751a458e38867e6 (patch) | |
tree | 23cfa3a4e0f4d3110d882963329a583f7694c8ac | |
parent | c93d7b46d9f021de0bfe9cae4b8f9d4222642a4c (diff) | |
download | go-8c2ffa708d85d2e1ffb77732d751a458e38867e6.tar.gz |
[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://codereview.appspot.com/102340044
???
TBR=rsc
CC=golang-codereviews
https://codereview.appspot.com/105300045
-rw-r--r-- | doc/go1.html | 2 | ||||
-rw-r--r-- | doc/install.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.html b/doc/go1.html index 3bbe5d316..a664b6555 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 83785cbe5..7282ae947 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> |