diff --git a/doc/install.html b/doc/install.html index 09dfa0e7e83..3d50501c1e5 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