aboutsummaryrefslogtreecommitdiff
path: root/misc/chrome
diff options
context:
space:
mode:
authorJongmin Kim <atomaths@gmail.com>2012-02-01 20:53:31 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2012-02-01 20:53:31 -0800
commita98faa9b6f059ed1e0503949f50f0a8d80d84f56 (patch)
tree0464a73cb66a4b7cbb5c728fc49e4c668add42ee /misc/chrome
parent40b7e814e5ed24227492900f2aa8f5d8865ea5a7 (diff)
downloadgo-a98faa9b6f059ed1e0503949f50f0a8d80d84f56.tar.gz
go-a98faa9b6f059ed1e0503949f50f0a8d80d84f56.zip
gophertool: fix link to the build status dashboard
R=golang-dev CC=bradfitz, golang-dev https://golang.org/cl/5606050
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 ebbc71f3aa..4816c392be 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>