aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-09-27 15:34:52 -0700
committerAndrew Gerrand <adg@golang.org>2012-09-27 15:34:52 -0700
commit94ee5f60496992221074cb2af76a59b4d4367543 (patch)
tree8861b626ed80a5bd3392d7bf87d53dfb67daf178
parent30be9b4313622c2077539e68826194cb1028c691 (diff)
downloadgo-94ee5f60496992221074cb2af76a59b4d4367543.tar.gz
go-94ee5f60496992221074cb2af76a59b4d4367543.zip
[release-branch.go1] doc: fix OS X download links
««« CL 6566064 / f58eb9ea0d1d doc: fix OS X download links R=golang-dev, r CC=golang-dev https://golang.org/cl/6566064 »»» R=golang-dev, r CC=golang-dev https://golang.org/cl/6566065
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 347bac6e98..0d20869704 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -115,7 +115,7 @@ rm -r /usr/local/go
</pre>
<p>
-Extract <a href="http://code.google.com/p/go/downloads/list?q=OpSys-FreeBSD+OR+OpSys-Linux+OR+OpSys-OSX+AND+Type-Archive">the archive</a>
+Extract <a href="http://code.google.com/p/go/downloads/list?q=OpSys-FreeBSD+OR+OpSys-Linux+OR+OpSys-OSX+Type-Archive">the archive</a>
into <code>/usr/local</code>, creating a Go tree in <code>/usr/local/go</code>:
</p>
@@ -140,7 +140,7 @@ export PATH=$PATH:/usr/local/go/bin
<h3 id="osx">Mac OS X package installer</h3>
<p>
-Open the <a href="http://code.google.com/p/go/downloads/list?q=OpSys-Darwin+AND+Type-Installer">package file</a>
+Open the <a href="http://code.google.com/p/go/downloads/list?q=OpSys-OSX+Type-Installer">package file</a>
and follow the prompts to install the Go tools.
The package installs the Go distribution to <code>/usr/local/go</code>.
</p>