diff options
Diffstat (limited to 'doc/code.html')
| -rw-r--r-- | doc/code.html | 4 |
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> |
