From 1fe22d2d24e150ba6b6d54c1b1909a15e209c6ad Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 1 Nov 2011 16:09:29 +0900 Subject: [PATCH] doc: refer to tour.golang.org instead of go-tour.appspot.com R=golang-dev, r CC=golang-dev https://golang.org/cl/5331055 --- doc/docs.html | 4 ++-- doc/root.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/docs.html b/doc/docs.html index 43c2034ff66..9009a662194 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.

-

A Tour of Go

+

A Tour of 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 b7f6ec26176..a1fa585d196 100644 --- a/doc/root.html +++ b/doc/root.html @@ -51,7 +51,7 @@ google.setOnLoadCallback(loadFeed);

Get started now with - A Tour of Go + A Tour of Go in your browser.