]> Cypherpunks repositories - gostls13.git/commitdiff
doc: link to wiki Projects page instead of old Project Dashboard.
authorGreg Ward <greg@gerg.ca>
Sun, 10 Feb 2013 22:18:31 +0000 (09:18 +1100)
committerAndrew Gerrand <adg@golang.org>
Sun, 10 Feb 2013 22:18:31 +0000 (09:18 +1100)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/7308079

doc/articles/c_go_cgo.html
doc/code.html
doc/contrib.html
doc/docs.html

index 967f57e784933daf3953464315f697b101c63789..b37a6ba65b1a6bb967939e527ba1f3fa7a010928 100644 (file)
@@ -169,9 +169,8 @@ in the Go tree demonstrate more advanced concepts.
 <p>
 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>.
-Also, the Go Project Dashboard lists <a
-href="https://godashboard.appspot.com/project?tag=cgo">several other
-cgo packages</a>.
+Also, the <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Community Wiki</a>
+lists many packages, some of which use cgo.
 </p>
 
 <p>
index 3ebb0bc9f9d6e79c8700ba67271cfd9a75db705c..82b211870d4f591ecf963901b7fb6105e5163e32 100644 (file)
@@ -480,8 +480,8 @@ import "code.google.com/p/go.example/newmath"
 <p>
 This convention is the easiest way to make your Go packages available for
 others to use.
-The <a href="http://godashboard.appspot.com">Go Project Dashboard</a>
-is a list of external Go projects including programs and libraries.
+The <a href="http://code.google.com/p/go-wiki/wiki/Projects">Go Community Wiki</a>
+has a list of external Go projects including programs and libraries.
 </p>
 
 <p>
index ab4de34d74ad286d498c3c0d333cf23ca47b3330..a9f12f93f0f365cb7198957e3a29fb2ebd747270 100644 (file)
@@ -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> 
 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>
 
 <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>
index 256e1b915f806618e09b59940ba4f1ecdbf95971..3112381c25e6627807bea5bf5e2d86888588705b 100644 (file)
@@ -201,7 +201,7 @@ documentation.
 <p>The <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a>
 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>
 
 <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>