From: Shenghou Ma Date: Fri, 30 Mar 2012 06:07:40 +0000 (+0800) Subject: doc/code.html: fix broken dashboard link X-Git-Tag: go1.1rc2~3476 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2a3dbb01d7a9a03c5c2f6439e0a3361bb5a1e245;p=gostls13.git 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 --- diff --git a/doc/code.html b/doc/code.html index 238cb06433..422c4ee0fe 100644 --- a/doc/code.html +++ b/doc/code.html @@ -475,8 +475,8 @@ import "code.google.com/p/go.example/newmath"

This convention is the easiest way to make your Go packages available for others to use. -The Go Package Dashboard -displays a list of packages recently installed with the go command. +The Go Project Dashboard +is a list of external Go projects including programs and libraries.