diff options
Diffstat (limited to '_content/doc/code.html')
| -rw-r--r-- | _content/doc/code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/code.html b/_content/doc/code.html index 5616f1c3..b1f6aeeb 100644 --- a/_content/doc/code.html +++ b/_content/doc/code.html @@ -175,7 +175,7 @@ easy: <!-- Note: we can't use $(go env GOBIN) here until https://golang.org/issue/23439 is addressed. --> <pre> -# Windows users should consult https://github.com/golang/go/wiki/SettingGOPATH +# Windows users should consult /wiki/SettingGOPATH # for setting %PATH%. $ <b>export PATH=$PATH:$(dirname $(go list -f '{{"{{.Target}}"}}' .))</b> $ <b>hello</b> |
