From 2a3dbb01d7a9a03c5c2f6439e0a3361bb5a1e245 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Fri, 30 Mar 2012 14:07:40 +0800 Subject: [PATCH] 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 --- doc/code.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.