]> Cypherpunks repositories - gostls13.git/commitdiff
remove internal references from doc/install.html
authorRuss Cox <rsc@golang.org>
Tue, 10 Nov 2009 17:37:03 +0000 (09:37 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 10 Nov 2009 17:37:03 +0000 (09:37 -0800)
and doc/contribute.html.

add #go-nuts to help section on nav bar.

R=r
http://go/go-review/1025035

doc/contribute.html
doc/install.html
lib/godoc/godoc.html

index 7fd680daf8b5805d59a4373c53766d5de6a00e2d..55c8e31ae39a15bddfee89f47dd15282a6bda6b7 100644 (file)
@@ -242,8 +242,6 @@ the Mercurial Queues extension.
 
 <h3>Configure the extension</h3>
 
-[NOTE FOR BEFORE LAUNCH: <a href="http://www/~rsc/internal-hg.html">Read this instead</a>.]
-
 <p>Edit <code>$GOROOT/.hg/hgrc</code> to add:</p>
 
 <pre>
@@ -257,8 +255,6 @@ The Mercurial configuration file format does not allow environment variable subs
 
 <h3>Log in to the code review site.</h3>
 
-[NOTE FOR BEFORE LAUNCH: <a href="http://www/~rsc/internal-hg.html">Read this instead</a>.]
-
 <p>
 The code review server uses a Google Account to authenticate.
 (If you can use the account to
index 029eb7734ec32b8334184ab15a4927bc4769d719..ce34fc05dd63d7dc0661735146a56dfc806dcda2 100644 (file)
@@ -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>
index cae2cdaea7c56f5e828d38f705df093482f4be9f..6ac255ab2aace7685a8b1887e5e3d41bbe6c7789 100644 (file)
 
     <li class="blank">&nbsp;</li>
     <li class="navhead">Help</li>
-    <li><a href="http://code.google.com/p/go/issues/list">Issue tracker</a></li>
+    <li>#go-nuts on irc.freenode.net</li>
     <li><a href="http://groups.google.com/group/golang-nuts">Go Nuts mailing list</a></li>
+    <li><a href="http://code.google.com/p/go/issues/list">Issue tracker</a></li>
 
     <li class="blank">&nbsp;</li>
     <li class="navhead">Go code search</li>