diff options
author | Jongmin Kim <atomaths@gmail.com> | 2012-02-01 20:53:31 -0800 |
---|---|---|
committer | Jongmin Kim <atomaths@gmail.com> | 2012-02-01 20:53:31 -0800 |
commit | 09c311db0443a80394dd088915b90751438b06b7 (patch) | |
tree | a4a9cb1eca625cc195f44df832268d775cb8e67b /misc | |
parent | 0cfdd73c43cc88fd254d0b0be057d984c7a467ab (diff) | |
download | go-09c311db0443a80394dd088915b90751438b06b7.tar.gz |
gophertool: fix link to the build status dashboard
R=golang-dev
CC=bradfitz, golang-dev
http://codereview.appspot.com/5606050
Committer: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chrome/gophertool/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chrome/gophertool/popup.html b/misc/chrome/gophertool/popup.html index ebbc71f3a..4816c392b 100644 --- a/misc/chrome/gophertool/popup.html +++ b/misc/chrome/gophertool/popup.html @@ -49,6 +49,6 @@ function openURL(url) { <a href="#" onclick="openURL('http://code.google.com/p/go/source/list')">commit</a>, or <a href="#" onclick="openURL('http://golang.org/pkg/')">pkg</a> id/name:</small> <form style='margin: 0' onsubmit="return navigate();"><nobr><input id="inputbox" size=10 /><input type="submit" value="go" /></nobr></form> -<small>Also: <a href="#" onclick="openURL('http://godashboard.appspot.com/')">buildbots</small> +<small>Also: <a href="#" onclick="openURL('http://build.golang.org/')">buildbots</small> </body> </html> |