diff --git a/doc/articles/c_go_cgo.html b/doc/articles/c_go_cgo.html index 967f57e784..b37a6ba65b 100644 --- a/doc/articles/c_go_cgo.html +++ b/doc/articles/c_go_cgo.html @@ -169,9 +169,8 @@ in the Go tree demonstrate more advanced concepts.

For a simple, idiomatic example of a cgo-based package, see Russ Cox's gosqlite. -Also, the Go Project Dashboard lists several other -cgo packages. +Also, the Go Community Wiki +lists many packages, some of which use cgo.

diff --git a/doc/code.html b/doc/code.html index 3ebb0bc9f9..82b211870d 100644 --- a/doc/code.html +++ b/doc/code.html @@ -480,8 +480,8 @@ import "code.google.com/p/go.example/newmath"

This convention is the easiest way to make your Go packages available for others to use. -The Go Project Dashboard -is a list of external Go projects including programs and libraries. +The Go Community Wiki +has a list of external Go projects including programs and libraries.

diff --git a/doc/contrib.html b/doc/contrib.html index ab4de34d74..a9f12f93f0 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -88,7 +88,7 @@ are particularly in need of outside help.

The golang-nuts mailing list is for general Go discussion.

-

Go Project Dashboard

+

Go Wiki Projects Page

A list of external Go projects including programs and libraries.

Go IRC Channel

diff --git a/doc/docs.html b/doc/docs.html index 256e1b915f..3112381c25 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -201,7 +201,7 @@ documentation.

The golang-nuts mailing list is for general Go discussion.

-

Go Project Dashboard

+

Go Wiki Projects Page

A list of external Go projects including programs and libraries.

Go IRC Channel