reason-react
reason-react copied to clipboard
Blog RSS and ATOM feeds broken
The ATOM and RSS feed of the reason-react blog are broken:
- https://reasonml.github.io/reason-react/reason-react/blog/atom.xml
- https://reasonml.github.io/reason-react/reason-react/blog/feed.xml
Both respond with 404 File not found
.
These are available at
- https://reasonml.github.io/reason-react/blog/atom.xml
- https://reasonml.github.io/reason-react/blog/feed.xml
@vog did something point you to those other urls? If so we should fix those broken links.
The blog itself points to those broken URLs, i.e. https://reasonml.github.io/reason-react/blog/ and all sub sites. That way, neither the browser nor any RSS app are able to subscribe to it automatically.
Relevant part of the HTML source:
<head>
...
<link rel="alternate" type="application/atom+xml" href="https://reasonml.github.io/reason-react/reason-react/blog/atom.xml" title="ReasonReact Blog ATOM Feed"/>
<link rel="alternate" type="application/rss+xml" href="https://reasonml.github.io/reason-react/reason-react/blog/feed.xml" title="ReasonReact Blog RSS Feed"/>
I wonder if this would be fixed by upgrading docusaurus. I can try it later (or maybe tomorrow).
By the way, the feeds themselves also contain broken links. For example, the ATOM feed (https://reasonml.github.io/reason-react/blog/atom.xml) contains:
<entry>
...
<id>https://reasonml.github.io/reason-react/reason-react/blog/2019/04/10/react-hooks.html</id>
<link href="https://reasonml.github.io/reason-react/reason-react/blog/2019/04/10/react-hooks.html"></link>
...
</entry>