From 035f9e8102d3b46877b7462fcd365324272d1d0e Mon Sep 17 00:00:00 2001
From: Andrew Bonventre
Date: Fri, 12 Oct 2018 15:39:30 -0400
Subject: [PATCH] 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
TryBot-Result: Gobot Gobot
Reviewed-by: Brad Fitzpatrick
---
doc/docs.html | 4 ++--
1 file 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}}take the tour
online or{{end}} install it locally with:
-$ go get golang.org/x/tour/gotour
+$ go get golang.org/x/tour
-This will place the gotour
binary in your workspace's bin
directory.
+This will place the tour
binary in your workspace's bin
directory.
--
2.48.1