]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix path to make.bash
authorMichał Łowicki <mlowicki@gmail.com>
Sun, 29 Mar 2020 16:59:08 +0000 (17:59 +0100)
committerIan Lance Taylor <iant@golang.org>
Sun, 29 Mar 2020 17:16:51 +0000 (17:16 +0000)
Change-Id: I78c7197b8b93590470a782b492bba177a14d80ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/226340
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/contribute.html

index 4135d136528d8bea1eb78d27dfbb013ed027358b..5fefac6bba6e2308692bbd33da0ab3e3115874f6 100644 (file)
@@ -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