From: Andrew Gerrand
Date: Tue, 1 Nov 2011 07:09:29 +0000 (+0900)
Subject: doc: refer to tour.golang.org instead of go-tour.appspot.com
X-Git-Tag: weekly.2011-11-01~6
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1fe22d2d24e150ba6b6d54c1b1909a15e209c6ad;p=gostls13.git
doc: refer to tour.golang.org instead of go-tour.appspot.com
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5331055
---
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.
-
+
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 take the tour online or
+learned. You can take the tour online or
install it locally.
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);