From: Shenghou Ma Date: Fri, 30 Mar 2012 06:07:40 +0000 (+0800) Subject: [release-branch.go1] doc/code.html: fix broken dashboard link X-Git-Tag: go1.0.1~57 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=78b198087508b07ccfb136d68010468dd99018c5;p=gostls13.git [release-branch.go1] doc/code.html: fix broken dashboard link ««« 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 »»» --- 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.