-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix broken link in hooks.md #1465
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
fix broken link in hooks.md #1465
Conversation
Deploy preview for react-redux-docs ready! Built with commit 4ad6213 |
43792e4
to
ab30d03
Compare
- remove extra whitespace
I don't think this is right. We should be linking to the appropriate markdown files and Docusaurus will convert them for us at build time. |
Ah I see. I'll take another stab at this Thanks @timdorr! |
For
|
Okay, that's why. Add a |
Fixed it finally. Thanks! |
* fix broken link in hooks.md * use relative path & redirected target * update link in website/versioned - remove extra whitespace * Update hooks.md * Update hooks.md
Description
The
mapstate
link no longer points to thenext
version, but the matching version. As a result, it fixes #1453