What is the URL of the page with the issue?
https://tip.golang.org/doc/go1.20#compiler
What did you do?
If you look at the release notes on https://go.dev/doc/go1.20#compiler, the text "rejects anonymous interface cycles" links to https://go.dev/issue/56103, which results in a 302 redirect to https://github.com/golang/go/issues/56103.
However, if you look at the release notes on https://tip.golang.org/doc/go1.20#compiler, the link is for https://tip.golang.org/issue/56103, which results in a 404 and thus renders the to, err := human() page.
What did you expect to see?
Either https://tip.golang.org/issue/56103 should redirect to https://github.com/golang/go/issues/56103, or the release notes should just directly link to GitHub in the first place.
What did you see instead?

What is the URL of the page with the issue?
https://tip.golang.org/doc/go1.20#compiler
What did you do?
If you look at the release notes on https://go.dev/doc/go1.20#compiler, the text "rejects anonymous interface cycles" links to
https://go.dev/issue/56103, which results in a 302 redirect tohttps://github.com/golang/go/issues/56103.However, if you look at the release notes on https://tip.golang.org/doc/go1.20#compiler, the link is for
https://tip.golang.org/issue/56103, which results in a 404 and thus renders theto, err := human()page.What did you expect to see?
Either
https://tip.golang.org/issue/56103should redirect tohttps://github.com/golang/go/issues/56103, or the release notes should just directly link to GitHub in the first place.What did you see instead?