diff --git a/doc/install.html b/doc/install.html
index 09dfa0e7e8344d75b5898f462395554aab87d0b5..3d50501c1e579fb03bfb1dfa2c7b93d4eb8a2684 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:
 </p>
 <pre>
-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)
 </pre>
 <p>
 when using Mercurial indicate that the CAs are missing.
@@ -136,7 +136,7 @@ and make sure the <code>go</code> directory does not exist.
 Then check out the repository:</p>
 
 <pre>
-$ hg clone -u release https://go.googlecode.com/hg/ go
+$ hg clone -u release https://code.google.com/p/go
 </pre>
 
 <h2 id="install">Install Go</h2>