From: Andrew Gerrand Date: Tue, 21 Feb 2012 03:12:07 +0000 (+1100) Subject: doc: fix links in installation instructions X-Git-Tag: weekly.2012-02-22~65 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=01156f05de8b3a54b37458dfa4b71dacc43d0c72;p=gostls13.git doc: fix links in installation instructions Fixes #3051. R=golang-dev, r CC=golang-dev https://golang.org/cl/5683056 --- diff --git a/doc/install-source.html b/doc/install-source.html index 7c4ab8155a..e3d0627333 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -19,7 +19,7 @@ This document focuses on the gc Go compiler and tools (6g, 8g etc.). For information on how to use gccgo, a more traditional compiler using the GCC back end, see -Setting up and using gccgo. +Setting up and using gccgo.

@@ -226,7 +226,7 @@ If you see the "hello, world" message then Go is installed correctly.

Start by taking A Tour of Go -or reading the Go Tutorial. +or reading the Go Tutorial.

@@ -235,18 +235,18 @@ read How to Write Go Code.

-Build a web application by following the Wiki +Build a web application by following the Wiki Codelab.

-Read Effective Go to learn about writing +Read Effective Go to learn about writing idiomatic Go code.

For the full story, consult Go's extensive -documentation. +documentation.

diff --git a/doc/install.html b/doc/install.html index 3ebdd66cd9..95bfaa7694 100644 --- a/doc/install.html +++ b/doc/install.html @@ -153,18 +153,18 @@ read How to Write Go Code.

-Build a web application by following the Wiki +Build a web application by following the Wiki Codelab.

-Read Effective Go to learn about writing +Read Effective Go to learn about writing idiomatic Go code.

For the full story, consult Go's extensive -documentation. +documentation.