From: Russ Cox Date: Tue, 10 Nov 2009 17:37:03 +0000 (-0800) Subject: remove internal references from doc/install.html X-Git-Tag: weekly.2009-11-10~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4414442442481d3f2756bfb05d58582d07551c82;p=gostls13.git 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 --- diff --git a/doc/contribute.html b/doc/contribute.html index 7fd680daf8..55c8e31ae3 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -242,8 +242,6 @@ the Mercurial Queues extension.

Configure the extension

-[NOTE FOR BEFORE LAUNCH: Read this instead.] -

Edit $GOROOT/.hg/hgrc to add:

@@ -257,8 +255,6 @@ The Mercurial configuration file format does not allow environment variable subs
 
 

Log in to the code review site.

-[NOTE FOR BEFORE LAUNCH: Read this instead.] -

The code review server uses a Google Account to authenticate. (If you can use the account to diff --git a/doc/install.html b/doc/install.html index 029eb7734e..ce34fc05dd 100644 --- a/doc/install.html +++ b/doc/install.html @@ -147,9 +147,8 @@ If that fails, visit the Me

Make sure the $GOROOT directory does not exist or is empty. Then check out the repository:

-
-$ hg clone http://r45/ $GOROOT
+$ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
 

Install Go

diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html index cae2cdaea7..6ac255ab2a 100644 --- a/lib/godoc/godoc.html +++ b/lib/godoc/godoc.html @@ -101,8 +101,9 @@
  •  
  • -
  • Issue tracker
  • +
  • #go-nuts on irc.freenode.net
  • Go Nuts mailing list
  • +
  • Issue tracker
  •