From: Andrew Gerrand Date: Wed, 17 Mar 2010 00:40:05 +0000 (+1100) Subject: goinstall doc: fix link to godashboard/package X-Git-Tag: weekly.2010-03-22~40 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=67148530d2def7ba8f0a1700b19a488dec652366;p=gostls13.git goinstall doc: fix link to godashboard/package R=rsc CC=golang-dev https://golang.org/cl/607041 --- diff --git a/src/cmd/goinstall/doc.go b/src/cmd/goinstall/doc.go index d21446c67a..c35e9e043b 100644 --- a/src/cmd/goinstall/doc.go +++ b/src/cmd/goinstall/doc.go @@ -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.