aboutsummaryrefslogtreecommitdiff
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
commit1fe22d2d24e150ba6b6d54c1b1909a15e209c6ad (patch)
tree2e80e9a97d52264656bf5cb3ec752c202a89ee76
parent44262d157425c396f913b88c81b27f13dd30cff7 (diff)
downloadgo-1fe22d2d24e150ba6b6d54c1b1909a15e209c6ad.tar.gz
go-1fe22d2d24e150ba6b6d54c1b1909a15e209c6ad.zip
doc: refer to tour.golang.org instead of go-tour.appspot.com
R=golang-dev, r CC=golang-dev https://golang.org/cl/5331055
-rw-r--r--doc/docs.html4
-rw-r--r--doc/root.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 43c2034ff6..9009a66219 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>
diff --git a/doc/root.html b/doc/root.html
index b7f6ec2617..a1fa585d19 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -51,7 +51,7 @@ 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://tour.golang.org/">A Tour of Go</a>
in your browser.
</h2>
<p>