Skip to content

x/website: feed.atom self link is incorrect #49595

@deltamualpha

Description

@deltamualpha

looking at https://go.dev/blog/feed.atom, the link element at the top of the feed points to the wrong URL:

<link rel="self" href="https://go.dev/feed.atom"></link> (that URL is a 404.)

The element should instead be:

<link rel="self" href="https://go.dev/blog/feed.atom"></link>.

Related: #47795 would make the blog feed more discoverable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions