aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-10-12 15:39:30 -0400
committerAndrew Bonventre <andybons@golang.org>2018-10-24 19:38:47 +0000
commit844bb04531c5222d4c087392a50fb5ba3b1e2e11 (patch)
tree59fb8e1f3949c6c2444bd26030054fc0678f1177
parentc33153f7b416c03983324b3e8f869ce1116d84bc (diff)
downloadgo-844bb04531c5222d4c087392a50fb5ba3b1e2e11.tar.gz
go-844bb04531c5222d4c087392a50fb5ba3b1e2e11.zip
[release-branch.go1.11] doc: update docs.html with new tour import path
As of golang.org/cl/141857 the import path has changed from golang.org/x/tour/gotour to golang.org/x/tour Change-Id: Ib54ab2e50188ef66c8a5c45136babfa49ad6934a Reviewed-on: https://go-review.googlesource.com/c/141917 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 035f9e8102d3b46877b7462fcd365324272d1d0e) Reviewed-on: https://go-review.googlesource.com/c/143617
-rw-r--r--doc/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 955eb3044e..8f79d3a770 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -50,10 +50,10 @@ learned. You can {{if not $.GoogleCN}}<a href="//tour.golang.org/">take the tour
online</a> or{{end}} install it locally with:
</p>
<pre>
-$ go get golang.org/x/tour/gotour
+$ go get golang.org/x/tour
</pre>
<p>
-This will place the <code>gotour</code> binary in your workspace's <code>bin</code> directory.
+This will place the <code>tour</code> binary in your workspace's <code>bin</code> directory.
</p>
<h3 id="code"><a href="code.html">How to write Go code</a></h3>