Skip to content

x/website: short links should work on tip.golang.org #58484

@rittneje

Description

@rittneje

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?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions