Commit 2a3dbb01 authored by Shenghou Ma's avatar Shenghou Ma

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
parent c80a32b5
...@@ -475,8 +475,8 @@ import "code.google.com/p/go.example/newmath" ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment