aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Łowicki <mlowicki@gmail.com>2020-03-29 17:59:08 +0100
committerIan Lance Taylor <iant@golang.org>2020-03-29 17:16:51 +0000
commit534f56b4b2b7e368e27d87af2d7721c4ffde37ba (patch)
tree584dc1104294faa579ee79f5d1fecc946b36fdcc
parent82047a080f0aa320e316773fe8bcbb7c7bcd5a1f (diff)
downloadgo-534f56b4b2b7e368e27d87af2d7721c4ffde37ba.tar.gz
go-534f56b4b2b7e368e27d87af2d7721c4ffde37ba.zip
doc: fix path to make.bash
Change-Id: I78c7197b8b93590470a782b492bba177a14d80ec Reviewed-on: https://go-review.googlesource.com/c/go/+/226340 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/contribute.html2
1 files changed, 1 insertions, 1 deletions
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 <code>run.bash</code>.
<li>
In this section, we'll call the directory into which you cloned the Go repository <code>$GODIR</code>.
-The <code>go</code> tool built by <code>$GODIR/make.bash</code> will be installed
+The <code>go</code> tool built by <code>$GODIR/src/make.bash</code> will be installed
in <code>$GODIR/bin/go</code> and you
can invoke it to test your code.
For instance, if you