diff options
author | Jaana Burcu Dogan <jbd@google.com> | 2017-01-06 15:09:10 -0800 |
---|---|---|
committer | Jaana Burcu Dogan <jbd@google.com> | 2017-01-07 00:53:18 +0000 |
commit | 1fbdae5c3ad9aaaf827bed14a5e1e4cbd547a37c (patch) | |
tree | dc1dfdb84b9a7653499b250856c5bcd75ceaa7d3 /doc/code.html | |
parent | 66063b2da8a93b69e23381260f64c05d1589769c (diff) | |
download | go-git-1fbdae5c3ad9aaaf827bed14a5e1e4cbd547a37c.tar.gz |
cmd/go: add link to env varible guide to set custom GOPATH
Also moves the GOPATH env variable guide to
golang.org/wiki/SettingGOPATH.
Fixes #18294.
Change-Id: I88a2ce550df7466f8d2388d86bc8476dcf3c2ad6
Reviewed-on: https://go-review.googlesource.com/34918
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
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 703f38a21a..796431aa14 100644 --- a/doc/code.html +++ b/doc/code.html @@ -166,7 +166,7 @@ To learn more about the <code>GOPATH</code> environment variable, see <p> To use a custom workspace location, -<a href="https://golang.org/wiki/EnvVariables#gopath">set the <code>GOPATH</code> environment variable</a>. +<a href="https://golang.org/wiki/SettingGOPATH">set the <code>GOPATH</code> environment variable</a>. </p> <h3 id="ImportPaths">Import paths</h3> |