aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-04-05 11:17:18 +1000
committerAndrew Gerrand <adg@golang.org>2012-04-05 11:17:18 +1000
commitb16ec46c2fc144e9b8dff4c418db2d82227f3fd5 (patch)
tree2426fa0c6612a396b495ebf0bed25b3c3e2ac03e
parent0f775d6b769496296e95ce19ae5f4062bc0e5aed (diff)
downloadgo-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.html2
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>