summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-02-01 17:38:26 +1100
committerRob Pike <r@golang.org>2010-02-01 17:38:26 +1100
commitf119730894f27143d88511cd99b472f1b08f4d5c (patch)
tree7c8e70396d8fc553ff1f1970507c013f4ecf6f54
parentbb6b7d8530966257017e41a637035f3dbda7b464 (diff)
downloadgolang-f119730894f27143d88511cd99b472f1b08f4d5c.tar.gz
add link to go build dashboard.
break the list into two pieces R=golang-dev CC=golang-dev http://codereview.appspot.com/196088
-rw-r--r--doc/devel/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/devel/index.html b/doc/devel/index.html
index c8af0214e..b9b526b94 100644
--- a/doc/devel/index.html
+++ b/doc/devel/index.html
@@ -3,5 +3,8 @@
<ul>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="release.html">Release History</a></li>
+<li><a href="http://godashboard.appspot.com">Build and benchmark status</a></li>
+</ul>
+<ul>
<li><a href="../contribute.html">Contributing code</a></li>
</ul>