Commit 74e15776 authored by Greg Ward's avatar Greg Ward Committed by Andrew Gerrand

doc: link to wiki Projects page instead of old Project Dashboard.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/7308079
parent abb413e3
...@@ -169,9 +169,8 @@ in the Go tree demonstrate more advanced concepts. ...@@ -169,9 +169,8 @@ in the Go tree demonstrate more advanced concepts.
<p> <p>
For a simple, idiomatic example of a cgo-based package, see Russ Cox's <a For a simple, idiomatic example of a cgo-based package, see Russ Cox's <a
href="http://code.google.com/p/gosqlite/source/browse/sqlite/sqlite.go">gosqlite</a>. href="http://code.google.com/p/gosqlite/source/browse/sqlite/sqlite.go">gosqlite</a>.
Also, the Go Project Dashboard lists <a Also, the <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Community Wiki</a>
href="https://godashboard.appspot.com/project?tag=cgo">several other lists many packages, some of which use cgo.
cgo packages</a>.
</p> </p>
<p> <p>
......
...@@ -480,8 +480,8 @@ import "code.google.com/p/go.example/newmath" ...@@ -480,8 +480,8 @@ import "code.google.com/p/go.example/newmath"
<p> <p>
This convention is the easiest way to make your Go packages available for This convention is the easiest way to make your Go packages available for
others to use. others to use.
The <a href="http://godashboard.appspot.com">Go Project Dashboard</a> The <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Community Wiki</a>
is a list of external Go projects including programs and libraries. has a list of external Go projects including programs and libraries.
</p> </p>
<p> <p>
......
...@@ -88,7 +88,7 @@ are particularly in need of outside help. ...@@ -88,7 +88,7 @@ are particularly in need of outside help.
<p>The <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a> <p>The <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a>
mailing list is for general Go discussion.</p> mailing list is for general Go discussion.</p>
<h3 id="projects"><a href="http://godashboard.appspot.com/project">Go Project Dashboard</a></h3> <h3 id="projects"><a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Wiki Projects Page</a></h3>
<p>A list of external Go projects including programs and libraries.</p> <p>A list of external Go projects including programs and libraries.</p>
<h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3> <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>
......
...@@ -201,7 +201,7 @@ documentation. ...@@ -201,7 +201,7 @@ documentation.
<p>The <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a> <p>The <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a>
mailing list is for general Go discussion.</p> mailing list is for general Go discussion.</p>
<h3 id="projects"><a href="http://godashboard.appspot.com/project">Go Project Dashboard</a></h3> <h3 id="projects"><a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Wiki Projects Page</a></h3>
<p>A list of external Go projects including programs and libraries.</p> <p>A list of external Go projects including programs and libraries.</p>
<h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3> <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment