]> Cypherpunks repositories - gostls13.git/commitdiff
doc: refer to http://build.golang.org/ where applicable
authorRobert Hencke <robert.hencke@gmail.com>
Thu, 22 Dec 2011 03:21:25 +0000 (14:21 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 22 Dec 2011 03:21:25 +0000 (14:21 +1100)
R=golang-dev, bradfitz, adg
CC=golang-dev
https://golang.org/cl/5501062

doc/contrib.html
doc/devel/index.html
doc/root.html

index 84d2cda6a45a0cde6ade88160a4adbc5c2b1417f..5e00345c8eaee1d622c3a4c4b1bf0f5f4171a4ec 100644 (file)
@@ -41,7 +41,7 @@ are particularly in need of outside help.
 
 <h2 id="the_go_project">The Go Project</h2>
 
-<h3 id="build_status"><a href="http://godashboard.appspot.com/">Build Status</a></h3>
+<h3 id="build_status"><a href="http://build.golang.org/">Build Status</a></h3>
 <p>View the status of Go builds across the supported operating
 systems and architectures.</p>
 
index ae405bf520787561c85c796975dc9e5932ddded2..7fcfe8d41b7d6d4c0509e01aa9d5195e820216ce 100644 (file)
@@ -4,7 +4,7 @@
 <li><a href="roadmap.html">Roadmap</a></li>
 <li><a href="release.html">Release history</a></li>
 <li><a href="weekly.html">Weekly snapshot history</a></li>
-<li><a href="http://godashboard.appspot.com">Build and benchmark status</a></li>
+<li><a href="http://build.golang.org/">Build status</a></li>
 </ul>
 <ul>
 <li><a href="../contribute.html">Contributing code</a></li>
index a1fa585d196056e9153fed0078b70832228fbab9..635df1a05250e8711f64eaecba8d47bc2c29eaac 100644 (file)
@@ -90,7 +90,7 @@ google.setOnLoadCallback(loadFeed);
           <ul>
             <li><a href="http://godashboard.appspot.com/package">Package Dashboard</a></li>
             <li><a href="http://code.google.com/p/go/issues">Issue Tracker</a></li>
-            <li><a href="http://godashboard.appspot.com/">Build Status</a></li>
+            <li><a href="http://build.golang.org/">Build Status</a></li>
             <li><a href="http://code.google.com/p/go/source/browse/">Go Source</a> [<a href="http://code.google.com/p/go/source/list">changes</a>]</li>
             <li><a href="/pkg/">Package Reference</a></li>
             <li><a href="/doc/go_spec.html">Language Specification</a></li>