]> Cypherpunks repositories - gostls13.git/commitdiff
gophertool: fix link to the build status dashboard
authorJongmin Kim <atomaths@gmail.com>
Thu, 2 Feb 2012 04:53:31 +0000 (20:53 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Feb 2012 04:53:31 +0000 (20:53 -0800)
R=golang-dev
CC=bradfitz, golang-dev
https://golang.org/cl/5606050

misc/chrome/gophertool/popup.html

index ebbc71f3aa13a478d049aefe3cb32e1d1783ef40..4816c392be58d3e997c81b787ef260caaf5b821e 100644 (file)
@@ -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>