docusaurus
docusaurus copied to clipboard
Broken Link on Docusaurus documentation versions page for 2.x
Have you read the Contributing Guidelines on issues?
- [x] I have read the Contributing Guidelines on issues.
Description
The released notes link is broken for version 2.x row on this page and leads to a 404 error when clicked on:
Broken Link can be found here
Self-service
- [ ] I'd be willing to address this documentation request myself.
Thanks, we'll fix it
It appears the problem is with the generated link to a non-existent Github tag:
https://github.com/facebook/docusaurus/releases/tag/v2.x
The tag v2.x doesn’t exist.
One way to fix this is to not show the ‘Release Notes’ for 2.x, like is done for v1.x :)