aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorOleksandr Redko <oleksandr.red+github@gmail.com>2024-12-17 01:23:05 +0200
committerGopher Robot <gobot@golang.org>2024-12-16 20:41:38 -0800
commit69f948fa4393cf7e329dbe4db73ae7a2360313df (patch)
treeb3b35a386cdee6afe33798efa280a6035a82f59a /CONTRIBUTING.md
parentd79dc87fa59e4b8614b56e57b84b4cb391bcc8f7 (diff)
downloadgo-x-proposal-69f948fa4393cf7e329dbe4db73ae7a2360313df.tar.xz
README,CONTRIBUTING: update links
Use the new public domain go.dev over golang.org. Use secure links. Change-Id: I0384efeb88e20a67375c48fe424b5b5f107d0830 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/636559 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d0485e8..5f33001 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@ It is the work of hundreds of contributors. We appreciate your help!
## Filing issues
-When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions:
+When [filing an issue](https://go.dev/issue/new), make sure to answer these five questions:
1. What version of Go are you using (`go version`)?
2. What operating system and processor architecture are you using?
@@ -19,7 +19,7 @@ The gophers there will answer or ask you to file an issue if you've tripped over
## Contributing code
-Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)
+Please read the [Contribution Guidelines](https://go.dev/doc/contribute)
before sending patches.
Unless otherwise noted, the Go source files are distributed under