From 01156f05de8b3a54b37458dfa4b71dacc43d0c72 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 21 Feb 2012 14:12:07 +1100 Subject: [PATCH] doc: fix links in installation instructions Fixes #3051. R=golang-dev, r CC=golang-dev https://golang.org/cl/5683056 --- doc/install-source.html | 10 +++++----- doc/install.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index 7c4ab8155a5..e3d06273330 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 3ebdd66cd9f..95bfaa76948 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.