diff options
Diffstat (limited to 'doc/code.html')
-rw-r--r-- | doc/code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code.html b/doc/code.html index ee9988b0a9..f22e6b4919 100644 --- a/doc/code.html +++ b/doc/code.html @@ -270,7 +270,7 @@ This command builds the <code>hello</code> command, producing an executable binary. It then installs that binary to the workspace's <code>bin</code> directory as <code>hello</code> (or, under Windows, <code>hello.exe</code>). In our example, that will be <code>$GOPATH/bin/hello</code>, which is -<code>$HOME/work/bin/hello</code>. +<code>$HOME/go/bin/hello</code>. </p> <p> |