summaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-11-01 16:09:29 +0900
committerAndrew Gerrand <adg@golang.org>2011-11-01 16:09:29 +0900
commit602b28da1b62ec3ee7f43e1c608228d252adc1eb (patch)
tree843bc40f7e8e86c545aa09c2fad5b370123398b3 /doc/docs.html
parent37ef56cde6e4d9a6c7fd9298915ed4849cf2cbde (diff)
downloadgo-602b28da1b62ec3ee7f43e1c608228d252adc1eb.tar.gz
doc: refer to tour.golang.org instead of go-tour.appspot.com
R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5331055
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 43c2034ff..9009a6621 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -16,13 +16,13 @@ Once you've learned a little about the language,
idioms of programming in Go.
</p>
-<h3 id="go_tour"><a href="http://go-tour.appspot.com/">A Tour of Go</a></h3>
+<h3 id="go_tour"><a href="http://tour.golang.org/">A Tour of Go</a></h3>
<p>
An interactive introduction to Go in three sections.
The first section covers basic syntax and data structures; the second discusses
methods and interfaces; and the third introduces Go's concurrency primitives.
Each section concludes with a few exercises so you can practice what you've
-learned. You can <a href="http://go-tour.appspot.com/">take the tour online</a> or
+learned. You can <a href="http://tour.golang.org/">take the tour online</a> or
<a href="http://code.google.com/p/go-tour/">install it locally</a>.
</p>