]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
docs: Fix link to CGO wiki page
authorJordan Elver <jordan@elver.me>
Fri, 24 Oct 2025 09:52:16 +0000 (10:52 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 17 Nov 2025 13:14:47 +0000 (14:14 +0100)
The Go wiki is no longer hosted on GitHub, and has moved to go.dev. See https://github.com/golang/go/wiki/

CONTRIBUTING.md

index dc39bf15a982d54ffb52a700cacad8d7a6b9682d..3cefd04c4dc0325fa90b54455cf860a154de1d8e 100644 (file)
@@ -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.**