summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-10 09:37:03 -0800
committerRuss Cox <rsc@golang.org>2009-11-10 09:37:03 -0800
commit3b5625f690462eee25697c862efc6546c6701b27 (patch)
tree6f1f035284d059eb4731cecd66365c665c7a81dc /doc/install.html
parent856a19c6589ee022b4a1882d41584a63f0e6b5d8 (diff)
downloadgo-3b5625f690462eee25697c862efc6546c6701b27.tar.gz
remove internal references from doc/install.html
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 029eb7734..ce34fc05d 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -147,9 +147,8 @@ If that fails, visit the <a href="http://mercurial.selenic.com/wiki/Download">Me
<p>Make sure the <code>$GOROOT</code> directory does not exist or is empty.
Then check out the repository:</p>
-<!-- TODO(go-dev): Replace with http://go.googlecode.com/ for launch. -->
<pre>
-$ hg clone http://r45/ $GOROOT
+$ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
</pre>
<h2>Install Go</h2>