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