diff options
| author | Andrew Gerrand <adg@golang.org> | 2012-04-05 11:17:18 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2012-04-05 11:17:18 +1000 |
| commit | b16ec46c2fc144e9b8dff4c418db2d82227f3fd5 (patch) | |
| tree | 2426fa0c6612a396b495ebf0bed25b3c3e2ac03e | |
| parent | 0f775d6b769496296e95ce19ae5f4062bc0e5aed (diff) | |
| download | go-b16ec46c2fc144e9b8dff4c418db2d82227f3fd5.tar.xz | |
doc: shorten project dashboard link
Fixes #3420.
(which was already fixed)
R=golang-dev, bradfitz, dsymonds
CC=golang-dev
https://golang.org/cl/5987043
| -rw-r--r-- | doc/code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code.html b/doc/code.html index 517d1a4954..b29f72a921 100644 --- a/doc/code.html +++ b/doc/code.html @@ -475,7 +475,7 @@ 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/project">Go Project Dashboard</a> +The <a href="http://godashboard.appspot.com">Go Project Dashboard</a> is a list of external Go projects including programs and libraries. </p> |
