1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:34:39 -07:00

doc/install.html: fix link

Fixes #3072.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5684044
This commit is contained in:
Rob Pike 2012-02-20 08:08:30 +11:00
parent f03a5796e3
commit fa9c44d831

View File

@ -144,7 +144,7 @@ If you see the "hello, world" message then your Go installation is working.
<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>