From 534f56b4b2b7e368e27d87af2d7721c4ffde37ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20=C5=81owicki?= Date: Sun, 29 Mar 2020 17:59:08 +0100 Subject: [PATCH] doc: fix path to make.bash Change-Id: I78c7197b8b93590470a782b492bba177a14d80ec Reviewed-on: https://go-review.googlesource.com/c/go/+/226340 Reviewed-by: Ian Lance Taylor --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute.html b/doc/contribute.html index 4135d13652..5fefac6bba 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -1006,7 +1006,7 @@ followed by run.bash.
  • In this section, we'll call the directory into which you cloned the Go repository $GODIR. -The go tool built by $GODIR/make.bash will be installed +The go tool built by $GODIR/src/make.bash will be installed in $GODIR/bin/go and you can invoke it to test your code. For instance, if you -- 2.48.1