mirror of
https://github.com/golang/go
synced 2024-11-21 16:14:42 -07:00
doc: fix links in installation instructions
Fixes #3051. R=golang-dev, r CC=golang-dev https://golang.org/cl/5683056
This commit is contained in:
parent
ccacab641a
commit
01156f05de
@ -19,7 +19,7 @@ This document focuses on the <code>gc</code> Go
|
|||||||
compiler and tools (<code>6g</code>, <code>8g</code> etc.).
|
compiler and tools (<code>6g</code>, <code>8g</code> etc.).
|
||||||
For information on how to use <code>gccgo</code>, a more traditional
|
For information on how to use <code>gccgo</code>, a more traditional
|
||||||
compiler using the GCC back end, see
|
compiler using the GCC back end, see
|
||||||
<a href="gccgo_install.html">Setting up and using gccgo</a>.
|
<a href="/install/gccgo/">Setting up and using gccgo</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -226,7 +226,7 @@ If you see the "hello, world" message then Go is installed correctly.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Start by taking <a href="http://code.google.com/p/go-tour/">A Tour of Go</a>
|
Start by taking <a href="http://code.google.com/p/go-tour/">A Tour of Go</a>
|
||||||
or reading the <a href="go_tutorial.html">Go Tutorial</a>.
|
or reading the <a href="/doc/go_tutorial.html">Go Tutorial</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -235,18 +235,18 @@ read <a href="/doc/code.html">How to Write Go Code</a>.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Build a web application by following the <a href="codelab/wiki/">Wiki
|
Build a web application by following the <a href="/doc/codelab/wiki/">Wiki
|
||||||
Codelab</a>.
|
Codelab</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Read <a href="effective_go.html">Effective Go</a> to learn about writing
|
Read <a href="/doc/effective_go.html">Effective Go</a> to learn about writing
|
||||||
idiomatic Go code.
|
idiomatic Go code.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For the full story, consult Go's extensive
|
For the full story, consult Go's extensive
|
||||||
<a href="docs.html">documentation</a>.
|
<a href="/doc/">documentation</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -153,18 +153,18 @@ read <a href="/doc/code.html">How to Write Go Code</a>.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Build a web application by following the <a href="codelab/wiki/">Wiki
|
Build a web application by following the <a href="/doc/codelab/wiki/">Wiki
|
||||||
Codelab</a>.
|
Codelab</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Read <a href="effective_go.html">Effective Go</a> to learn about writing
|
Read <a href="/doc/effective_go.html">Effective Go</a> to learn about writing
|
||||||
idiomatic Go code.
|
idiomatic Go code.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For the full story, consult Go's extensive
|
For the full story, consult Go's extensive
|
||||||
<a href="docs.html">documentation</a>.
|
<a href="/doc/">documentation</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user