aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/code.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2023-12-18 15:16:58 -0500
committerRuss Cox <rsc@golang.org>2023-12-20 17:31:44 +0000
commitb52edba3f82120d0f819beafbfda191a0a747241 (patch)
treeb7982d32134a4d44fbd138ba0f5e7db69d245c57 /_content/doc/code.html
parent5f31ab0a4d90318ae0bd84d9b0d5ecbc7480255a (diff)
downloadgo-x-website-b52edba3f82120d0f819beafbfda191a0a747241.tar.xz
all: fix and test for references to github.com/golang/go/issues and wiki
Insist on the canonical /issue/ and /wiki/ links instead. Change-Id: I7a2eedda69bc3fcd11466722a41f00c9dbaf283f Reviewed-on: https://go-review.googlesource.com/c/website/+/550323 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to '_content/doc/code.html')
-rw-r--r--_content/doc/code.html2
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>