aboutsummaryrefslogtreecommitdiff
path: root/doc/root.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-10-05 11:12:07 -0700
committerAndrew Gerrand <adg@golang.org>2011-10-05 11:12:07 -0700
commitf03b37b8df4da85fd32fbcebca45cdc538732a19 (patch)
treeabeb3f5ebb4372c67bef2ad3b8491e712956fc69 /doc/root.html
parent9a0a30ec531d6d1d268cebca14d9aafd5d18b32e (diff)
downloadgo-f03b37b8df4da85fd32fbcebca45cdc538732a19.tar.xz
doc: link to A Tour of Go
R=golang-dev, rsc, r CC=golang-dev https://golang.org/cl/5181045
Diffstat (limited to 'doc/root.html')
-rw-r--r--doc/root.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/root.html b/doc/root.html
index 8d76928c81..2d9a8979ba 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -49,10 +49,13 @@ google.setOnLoadCallback(loadFeed);
It's a fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
</p>
- <h2>Check it out!</h2>
+ <h2>
+ Get started now with
+ <a target="_blank" href="http://go-tour.appspot.com/">A Tour of Go</a>.
+ </h2>
<p>
<div class="how">[<a href="/doc/playground.html">How does this work?</a>]</div>
- <a href="/doc/install.html">Install Go now</a>, or try it right here in your browser:</p>
+ Or try it right here in your browser:</p>
<div id="playground" class="small"></div>
<script src="/doc/play/playground.js"></script>
</div>