Skip to content

Commit 844bb04

Browse files
committed
[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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> (cherry picked from commit 035f9e8) Reviewed-on: https://go-review.googlesource.com/c/143617
1 parent c33153f commit 844bb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/docs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ <h3 id="go_tour">
5050
online</a> or{{end}} install it locally with:
5151
</p>
5252
<pre>
53-
$ go get golang.org/x/tour/gotour
53+
$ go get golang.org/x/tour
5454
</pre>
5555
<p>
56-
This will place the <code>gotour</code> binary in your workspace's <code>bin</code> directory.
56+
This will place the <code>tour</code> binary in your workspace's <code>bin</code> directory.
5757
</p>
5858

5959
<h3 id="code"><a href="code.html">How to write Go code</a></h3>

0 commit comments

Comments
 (0)