]> Cypherpunks repositories - gostls13.git/commitdiff
goinstall doc: fix link to godashboard/package
authorAndrew Gerrand <adg@golang.org>
Wed, 17 Mar 2010 00:40:05 +0000 (11:40 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 17 Mar 2010 00:40:05 +0000 (11:40 +1100)
R=rsc
CC=golang-dev
https://golang.org/cl/607041

src/cmd/goinstall/doc.go

index d21446c67a893fba9a8b919666685b6fb8f79275..c35e9e043b775464e244bcd46d866e1467779bf9 100644 (file)
@@ -58,7 +58,7 @@ After a successful download and installation of a publicly accessible
 remote package, goinstall reports the installation to godashboard.appspot.com,
 which increments a count associated with the package and the time
 of its most recent installation.  This mechanism powers the package list
-at http://godashboard.appspot.com/packages, allowing Go programmers
+at http://godashboard.appspot.com/package, allowing Go programmers
 to learn about popular packages that might be worth looking at.
 The -dashboard=false flag disables this reporting.