mirror of
https://github.com/golang/go
synced 2024-11-22 05:34:39 -07:00
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
This commit is contained in:
parent
5030177ea3
commit
31cc66bc52
@ -118,7 +118,7 @@ Mercurial versions 1.7.x and up require the configuration of
|
|||||||
(CAs). Error messages of the form:
|
(CAs). Error messages of the form:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<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>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
when using Mercurial indicate that the CAs are missing.
|
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>
|
Then check out the repository:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
$ hg clone -u release https://go.googlecode.com/hg/ go
|
$ hg clone -u release https://code.google.com/p/go
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2 id="install">Install Go</h2>
|
<h2 id="install">Install Go</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user