diff options
author | Julie Qiu <julie@golang.org> | 2020-02-02 19:32:10 -0500 |
---|---|---|
committer | Andrew Bonventre <andybons@golang.org> | 2020-02-03 20:30:52 +0000 |
commit | 09ac0697399413df587b2f19b74aabf16fa23c99 (patch) | |
tree | fe3e54e5c00e0a85318deb78d482a9af8b4c2377 | |
parent | af231b056baa325eddef80b8eb88df5f8a1d38aa (diff) |
content: fix link in pkg.go.dev-2020.article
The link text for "file an issue on the Go issue tracker" was
https://golang.org/x/discovery-feedback (which is a 404).
It is fixed to be https://golang.org/s/discovery-feedback.
Fixes golang/go#36968
Change-Id: Ia46ac439544e047bd469c7814c85469d8a5395a2
Reviewed-on: https://go-review.googlesource.com/c/blog/+/217400
Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r-- | content/pkg.go.dev-2020.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pkg.go.dev-2020.article b/content/pkg.go.dev-2020.article index 5c41c4c..06e9a4b 100644 --- a/content/pkg.go.dev-2020.article +++ b/content/pkg.go.dev-2020.article @@ -72,7 +72,7 @@ Since our launch in November, we've made the following improvements: As always, our license policy is at [[https://pkg.go.dev/license-policy][pkg.go.dev/license-policy]]. If you are -having issues, feel free to [[https://golang.org/x/discovery-feedback][file an issue on the Go issue tracker]], or email +having issues, feel free to [[https://golang.org/s/discovery-feedback][file an issue on the Go issue tracker]], or email [[mailto:go-discovery-feedback@google.com][go-discovery-feedback@google.com]] so that we can work with you directly! |