From e3fe6f123c1662f29c5861d2f5e32b78db496391 Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Fri, 12 Dec 2025 14:40:24 +0100 Subject: [PATCH] docs: update links to go wiki in CONTRIBUTING.md Signed-off-by: Pascal Hofmann --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e40f437..67b7a9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,5 +91,5 @@ to review and accept. [good git commit hygiene]: https://www.futurelearn.com/info/blog/telling-stories-with-your-git-history [Developer Certificate of Origin]: https://github.com/apps/dco [gofmt]: https://blog.golang.org/go-fmt-your-code -[code review comments]: https://github.com/golang/go/wiki/CodeReviewComments -[test review comments]: https://github.com/golang/go/wiki/TestComments +[code review comments]: https://go.dev/wiki/CodeReviewComments +[test review comments]: https://go.dev/wiki/TestComments