summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-05-05 14:31:26 -0700
committerAndrew Gerrand <adg@golang.org>2014-05-05 14:31:26 -0700
commit040ddf85d6789019a15dce32263c3e9f7d8846de (patch)
tree307518a1e28c704a569459a190fbb2000e8100ee /doc/install.html
parentab9f3f58564829221e3369e237ac6ba7b3c6a72c (diff)
downloadgo-040ddf85d6789019a15dce32263c3e9f7d8846de.tar.gz
doc: refer to wiki page for downloads
We will serve downloads from here until we work out a better plan. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/95980044
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/install.html b/doc/install.html
index 5bd250754..1497d30ff 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -6,14 +6,14 @@
<h2 id="download">Download the Go distribution</h2>
<p>
-<a href="http://code.google.com/p/go/downloads" id="start" class="download" target="_blank">
+<a href="https://code.google.com/p/go/wiki/Downloads?tm=2" id="start" class="download" target="_blank">
<span class="big">Download Go</span>
<span class="desc">Click here to visit the downloads page</span>
</a>
</p>
<p>
-<a href="http://code.google.com/p/go/downloads" target="_blank">Official binary
+<a href="https://code.google.com/p/go/wiki/Downloads?tm=2" target="_blank">Official binary
distributions</a> are available for the FreeBSD (release 8 and above), Linux, Mac OS X (Snow Leopard
and above), and Windows operating systems and the 32-bit (<code>386</code>) and
64-bit (<code>amd64</code>) x86 processor architectures.
@@ -70,7 +70,7 @@ first <a href="#uninstall">remove the existing version</a>.
<h3 id="tarball">Linux, Mac OS X, and FreeBSD tarballs</h3>
<p>
-<a href="http://code.google.com/p/go/downloads/list?q=OpSys-FreeBSD+OR+OpSys-Linux+OR+OpSys-OSX+Type-Archive">Download the archive</a>
+<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">Download the archive</a>
and extract it into <code>/usr/local</code>, creating a Go tree in
<code>/usr/local/go</code>. For example:
</p>
@@ -127,7 +127,7 @@ location.
<h3 id="osx">Mac OS X package installer</h3>
<p>
-<a href="http://code.google.com/p/go/downloads/list?q=OpSys-OSX+Type-Installer">Download the package file</a>,
+<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">Download the package file</a>,
open it, and follow the prompts to install the Go tools.
The package installs the Go distribution to <code>/usr/local/go</code>.
</p>
@@ -150,7 +150,7 @@ MSI installer that configures your installation automatically.
<h4 id="windows_msi">MSI installer</h4>
<p>
-Open the <a href="http://code.google.com/p/go/downloads/list?q=OpSys-Windows+Type%3DInstaller">MSI file</a>
+Open the <a href="https://code.google.com/p/go/wiki/Downloads?tm=2">MSI file</a>
and follow the prompts to install the Go tools.
By default, the installer puts the Go distribution in <code>c:\Go</code>.
</p>
@@ -164,7 +164,7 @@ command prompts for the change to take effect.
<h4 id="windows_zip">Zip archive</h4>
<p>
-<a href="http://code.google.com/p/go/downloads/list?q=OpSys-Windows+Type%3DArchive">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>).
+<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>).
</p>
<p>