-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Updates links to old docs in README #3650
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
Conversation
README.md
Outdated
**Older Versions:** | ||
|
||
- 0.13.x - [docs](https://github.com/reactjs/react-router/tree/0.13.x/doc) / [guides](https://github.com/reactjs/react-router/tree/0.13.x/docs/guides) / [code](https://github.com/reactjs/react-router/tree/0.13.x) / [upgrade guide](https://github.com/reactjs/react-router/blob/master/upgrade-guides/v1.0.0.md) | ||
- 0.13.x - [docs](https://github.com/reactjs/react-router/tree/v0.13.6/doc) / [guides](https://github.com/reactjs/react-router/tree/v0.13.6/docs/guides) / [code](https://github.com/reactjs/react-router/tree/v0.13.6) / [upgrade guide](https://github.com/reactjs/react-router/blob/master/upgrade-guides/v1.0.1.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v1.0.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a 404
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fat-fingered that one. Will fix!
Thanks. |
I'll merge when CI goes green. |
I sorta wanna drop those links, actually. |
Curious: why is that? Assuming because 0.13.x has been deprecated for ~6 months at this point :D While they'll always be visible to those that dig through the old tags, I'd argue for having some sort of link in the Readme that points n00bs to the most recent 0.13.x tag. |
It's been 8 months since 1.0.0 and 10 since 1.0.0-rc1. |
I agree with dropping them. But let's give it until 3.0 final so folks can update their bookmarks. And we can just keep a rolling set of the 2 previous version branches. |
Hi! I was looking to point one of our designers to the 0.13.x docs only to find that the links were dead :( (As per #3607)
This is a small update to the README to make those links valid again. Happy to update any other legacy doc stuff as needed!
(Also, there were no code changes so I opted to not add anything to
changes.md
. Happy to do otherwise)