summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2011-10-13 09:03:24 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2011-10-13 09:03:24 -0700
commitb7da25573a9a0ea74a67071865640730ac6b6eb4 (patch)
treeb29593a896c1ff654ad03a02cf28789d65f25a51 /doc
parenta1dde748040189a66cb96d8074a8e5f327f5cd84 (diff)
downloadgo-b7da25573a9a0ea74a67071865640730ac6b6eb4.tar.gz
doc: minor homepage tweak
Don't imply that the tour isn't browser-based. R=adg CC=golang-dev http://codereview.appspot.com/5265041
Diffstat (limited to 'doc')
-rw-r--r--doc/root.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/root.html b/doc/root.html
index 2d9a8979b..b7f6ec261 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -51,11 +51,12 @@ google.setOnLoadCallback(loadFeed);
</p>
<h2>
Get started now with
- <a target="_blank" href="http://go-tour.appspot.com/">A Tour of Go</a>.
+ <a target="_blank" href="http://go-tour.appspot.com/">A Tour of Go</a>
+ in your browser.
</h2>
<p>
<div class="how">[<a href="/doc/playground.html">How does this work?</a>]</div>
- Or try it right here in your browser:</p>
+ Or try Go right here:</p>
<div id="playground" class="small"></div>
<script src="/doc/play/playground.js"></script>
</div>