summaryrefslogtreecommitdiff
path: root/misc/chrome
diff options
context:
space:
mode:
authorJongmin Kim <atomaths@gmail.com>2012-02-01 20:53:31 -0800
committerJongmin Kim <atomaths@gmail.com>2012-02-01 20:53:31 -0800
commit09c311db0443a80394dd088915b90751438b06b7 (patch)
treea4a9cb1eca625cc195f44df832268d775cb8e67b /misc/chrome
parent0cfdd73c43cc88fd254d0b0be057d984c7a467ab (diff)
downloadgo-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/chrome')
-rw-r--r--misc/chrome/gophertool/popup.html2
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>