]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] doc: shorten project dashboard link
authorAndrew Gerrand <adg@golang.org>
Thu, 5 Apr 2012 01:17:18 +0000 (11:17 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 5 Apr 2012 01:17:18 +0000 (11:17 +1000)
««« backport 4e6ea52ad147
doc: shorten project dashboard link

Fixes #3420.
(which was already fixed)

R=golang-dev, bradfitz, dsymonds
CC=golang-dev
https://golang.org/cl/5987043
»»»

doc/code.html

index 517d1a49541bf215279bac650760cca166120293..b29f72a9217d83ad3157877cfb0d6f53a828e30f 100644 (file)
@@ -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>