From: Andrew Gerrand Date: Sun, 18 Dec 2011 23:17:44 +0000 (+1100) Subject: doc: suggest code.google.com/p/go instead of go.googlecode.com/hg X-Git-Tag: weekly.2011-12-22~137 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=31cc66bc52d26ffb2115119ab3b646e096d6627e;p=gostls13.git doc: suggest code.google.com/p/go instead of go.googlecode.com/hg R=golang-dev, r CC=golang-dev https://golang.org/cl/5491069 --- diff --git a/doc/install.html b/doc/install.html index 09dfa0e7e8..3d50501c1e 100644 --- a/doc/install.html +++ b/doc/install.html @@ -118,7 +118,7 @@ Mercurial versions 1.7.x and up require the configuration of (CAs). Error messages of the form:

-warning: go.googlecode.com certificate with fingerprint b1:af: ... bc not verified (check hostfingerprints or web.cacerts config setting)
+warning: code.google.com certificate with fingerprint b1:af: ... bc not verified (check hostfingerprints or web.cacerts config setting)
 

when using Mercurial indicate that the CAs are missing. @@ -136,7 +136,7 @@ and make sure the go directory does not exist. Then check out the repository:

-$ hg clone -u release https://go.googlecode.com/hg/ go
+$ hg clone -u release https://code.google.com/p/go
 

Install Go