diff options
| author | Shenghou Ma <minux.ma@gmail.com> | 2012-03-17 18:13:02 +0800 |
|---|---|---|
| committer | Shenghou Ma <minux.ma@gmail.com> | 2012-03-17 18:13:02 +0800 |
| commit | 1dd78b7e7bbfecbe2bb7eae3073541c0150bdac9 (patch) | |
| tree | 9e1b089210b780a74098a4424edb206e814cb3a1 | |
| parent | c3eaef71ab3039921f4cf28bd4abd22aae002922 (diff) | |
| download | go-1dd78b7e7bbfecbe2bb7eae3073541c0150bdac9.tar.xz | |
doc/install: remove reference to "Go Tutorial"
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5841054
| -rw-r--r-- | doc/install.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html index 909f82fd4a..c8b1cf4cf5 100644 --- a/doc/install.html +++ b/doc/install.html @@ -200,8 +200,7 @@ If you see the "hello, world" message then your Go installation is working. <h2 id="next">What's next</h2> <p> -Start by taking <a href="http://code.google.com/p/go-tour/">A Tour of Go</a> -or reading the <a href="/doc/go_tutorial.html">Go Tutorial</a>. +Start by taking <a href="http://code.google.com/p/go-tour/">A Tour of Go</a>. </p> <p> |
