1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:24:41 -07:00

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
This commit is contained in:
Shenghou Ma 2012-03-30 14:07:40 +08:00
parent c80a32b581
commit 2a3dbb01d7

View File

@ -475,8 +475,8 @@ import "code.google.com/p/go.example/newmath"
<p> <p>
This convention is the easiest way to make your Go packages available for This convention is the easiest way to make your Go packages available for
others to use. others to use.
The <a href="http://godashboard.appspot.com/package">Go Package Dashboard</a> The <a href="http://godashboard.appspot.com/project">Go Project Dashboard</a>
displays a list of packages recently installed with the <code>go</code> command. is a list of external Go projects including programs and libraries.
</p> </p>
<p> <p>