From 4414442442481d3f2756bfb05d58582d07551c82 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 10 Nov 2009 09:37:03 -0800 Subject: [PATCH] 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 --- doc/contribute.html | 4 ---- doc/install.html | 3 +-- lib/godoc/godoc.html | 3 ++- 3 files changed, 3 insertions(+), 7 deletions(-) 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
  •  
  • -- 2.50.0