]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] doc/code.html: fix broken dashboard link
authorShenghou Ma <minux.ma@gmail.com>
Fri, 30 Mar 2012 06:07:40 +0000 (14:07 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 30 Mar 2012 06:07:40 +0000 (14:07 +0800)
««« backport feb586ac4860
doc/code.html: fix broken dashboard link
        Fixes #3420.
        Part of issue 3424.

R=golang-dev, cldorian, adg, r
CC=golang-dev
https://golang.org/cl/5958046
»»»

doc/code.html

index 238cb06433764f9c60e9730245d54950861c8b0b..422c4ee0fea5cd2037a00e4654c4a4e7b4b3ceb8 100644 (file)
@@ -475,8 +475,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/package">Go Package Dashboard</a>
-displays a list of packages recently installed with the <code>go</code> command.
+The <a href="http://godashboard.appspot.com/project">Go Project Dashboard</a>
+is a list of external Go projects including programs and libraries.
 </p>
 
 <p>