Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
deltamualpha opened this issue Nov 15, 2021 · 4 comments
Closed

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

deltamualpha opened this issue Nov 15, 2021 · 4 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@deltamualpha
Copy link

deltamualpha commented Nov 15, 2021

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.

@gopherbot gopherbot added this to the Unreleased milestone Nov 15, 2021
@seankhliao seankhliao added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 16, 2021
@gopherbot
Copy link

Change https://golang.org/cl/364275 mentions this issue: internal/blog: fix atom feed self link

@skeeto
Copy link

skeeto commented Nov 18, 2021

It seems the feed disappeared altogether a few hours ago. All I get now is an HTTP 404.

@powerman
Copy link

My RSS client used https://go.dev/blog/feeds/posts/default which is also 404 now. 😞

@dmitshur
Copy link
Contributor

Thanks everyone for reporting this, it is indeed a new problem.

It should be fixed within a couple of days, along with a test to avoid future regressions. Thanks for your patience.

passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Fixes golang/go#49595

Change-Id: Ie28221bf3dfe804ce3124040b15569a63ace56fa
Reviewed-on: https://go-review.googlesource.com/c/website/+/364275
Trust: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@golang golang locked and limited conversation to collaborators Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

6 participants