summaryrefslogtreecommitdiff
path: root/doc/code.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-12-10 11:01:55 +1100
committerAndrew Gerrand <adg@golang.org>2014-12-12 14:00:48 +1100
commiteb91b5f2240f4444edb8975796e1d5695d054d73 (patch)
treec0b35cf0c489787920372aea4ac6e7814b9d48fa /doc/code.html
parentd708e926764381876e24e85ccf86ae39d7a85230 (diff)
downloadgo-git-eb91b5f2240f4444edb8975796e1d5695d054d73.tar.gz
[release-branch.go1.4] doc: scrub references to code.google.com
These are the references that affect current Go users. I left intact references in older release notes; we can figure out what to do with them later. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/186140043 Conflicts: doc/go1.4.html Change-Id: I1032686f2b3ac6dacaf8f114b8c35cdf221330ca
Diffstat (limited to 'doc/code.html')
-rw-r--r--doc/code.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/code.html b/doc/code.html
index ce9f8636fa..a4638f9ffb 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -578,7 +578,7 @@ import "github.com/golang/example/stringutil"
<p>
This convention is the easiest way to make your Go packages available for
others to use.
-The <a href="//code.google.com/p/go-wiki/wiki/Projects">Go Wiki</a>
+The <a href="//golang.org/wiki/Projects">Go Wiki</a>
and <a href="//godoc.org/">godoc.org</a>
provide lists of external Go projects.
</p>
@@ -627,5 +627,5 @@ The official mailing list for discussion of the Go language is
<p>
Report bugs using the
-<a href="//code.google.com/p/go/issues/list">Go issue tracker</a>.
+<a href="//golang.org/issue">Go issue tracker</a>.
</p>