]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix OS X download links
authorAndrew Gerrand <adg@golang.org>
Thu, 27 Sep 2012 21:48:33 +0000 (14:48 -0700)
committerAndrew Gerrand <adg@golang.org>
Thu, 27 Sep 2012 21:48:33 +0000 (14:48 -0700)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6566064

doc/install.html

index 5414b94fb8cf74d9f49e0cb87cae044d97e35f7b..cc02f12924f54f12b2cb48f3298b84e16686b6e7 100644 (file)
@@ -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>