-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: update document edit page links #2320
fix: update document edit page links #2320
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
##### [`v9.7.5](https://github.com/pmndrs/react-spring/releases/tag/v9.7.5) #### What's Changed - fix: recognize `className` prop to `AnimatedComponent`s by [@LoganDark](https://github.com/LoganDark) in pmndrs/react-spring#2292 - fix: update document edit page links by [@anonymousRecords](https://github.com/anonymousRecords) in pmndrs/react-spring#2320 #### New Contributors - [@LoganDark](https://github.com/LoganDark) made their first contribution in pmndrs/react-spring#2292 - [@anonymousRecords](https://github.com/anonymousRecords) made their first contribution in pmndrs/react-spring#2320 **Full Changelog**: pmndrs/react-spring@v9.7.4...v9.7.5
##### [`v9.7.5](https://github.com/pmndrs/react-spring/releases/tag/v9.7.5) #### What's Changed - fix: recognize `className` prop to `AnimatedComponent`s by [@LoganDark](https://github.com/LoganDark) in pmndrs/react-spring#2292 - fix: update document edit page links by [@anonymousRecords](https://github.com/anonymousRecords) in pmndrs/react-spring#2320 #### New Contributors - [@LoganDark](https://github.com/LoganDark) made their first contribution in pmndrs/react-spring#2292 - [@anonymousRecords](https://github.com/anonymousRecords) made their first contribution in pmndrs/react-spring#2320 **Full Changelog**: pmndrs/react-spring@v9.7.4...v9.7.5
Why
This change resolves the issue where the 'Edit this page' button links to incorrect GitHub paths, resulting in 404 error pages. The current links do not accurately reflect the correct file structure.
What
getDocFilePathToGithub
function to generate correct GitHub edit URLs.BEFORE
before.mov
AFTER
after.mov
Checklist