]> Cypherpunks repositories - gostls13.git/commitdiff
doc: refer to tour.golang.org instead of go-tour.appspot.com
authorAndrew Gerrand <adg@golang.org>
Tue, 1 Nov 2011 07:09:29 +0000 (16:09 +0900)
committerAndrew Gerrand <adg@golang.org>
Tue, 1 Nov 2011 07:09:29 +0000 (16:09 +0900)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5331055

doc/docs.html
doc/root.html

index 43c2034ff6659109bed6ad1112560ff8bd769ce6..9009a662194740bac66cfdb990249ef7e6a4d508 100644 (file)
@@ -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>
 
index b7f6ec26176397c7491b03d9d56463ea232b9aba..a1fa585d196056e9153fed0078b70832228fbab9 100644 (file)
@@ -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>