From 5af311284ac90c4967cd4bbe671143b8e431a894 Mon Sep 17 00:00:00 2001 From: Jordan Elver Date: Fri, 24 Oct 2025 10:52:16 +0100 Subject: [PATCH] docs: Fix link to CGO wiki page The Go wiki is no longer hosted on GitHub, and has moved to go.dev. See https://github.com/golang/go/wiki/ --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc39bf15a..3cefd04c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ If it is of some complexity, the contributor is expected to maintain and support Any non-trivial code change needs to update an open [issue](https://github.com/gohugoio/hugo/issues). A non-trivial code change without an issue reference with one of the labels `bug` or `enhancement` will not be merged. -Note that we do not accept new features that require [CGO](https://github.com/golang/go/wiki/cgo). +Note that we do not accept new features that require [CGO](https://go.dev/wiki/cgo). We have one exception to this rule which is LibSASS. **Bug fixes are, of course, always welcome.** -- 2.39.5