From: Michał Łowicki Date: Sun, 29 Mar 2020 16:59:08 +0000 (+0100) Subject: doc: fix path to make.bash X-Git-Tag: go1.15beta1~721 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=534f56b4b2b7e368e27d87af2d7721c4ffde37ba;p=gostls13.git doc: fix path to make.bash Change-Id: I78c7197b8b93590470a782b492bba177a14d80ec Reviewed-on: https://go-review.googlesource.com/c/go/+/226340 Reviewed-by: Ian Lance Taylor --- 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