From b52edba3f82120d0f819beafbfda191a0a747241 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 18 Dec 2023 15:16:58 -0500 Subject: 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 Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI --- _content/doc/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_content/doc/code.html') 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:
-# Windows users should consult https://github.com/golang/go/wiki/SettingGOPATH
+# Windows users should consult /wiki/SettingGOPATH
 # for setting %PATH%.
 $ export PATH=$PATH:$(dirname $(go list -f '{{"{{.Target}}"}}' .))
 $ hello
-- 
cgit v1.3-6-g1900