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.
looking at
https://go.dev/blog/feed.atom, thelinkelement 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.