-
Notifications
You must be signed in to change notification settings - Fork 422
docs: fix migration guide URL for v4 #2129
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
base: main
Are you sure you want to change the base?
docs: fix migration guide URL for v4 #2129
Conversation
585fd68
to
1fd7e06
Compare
1fd7e06
to
81681da
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2129 +/- ##
=======================================
Coverage 82.66% 82.66%
=======================================
Files 21 21
Lines 2060 2060
Branches 362 362
=======================================
Hits 1703 1703
Misses 350 350
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks for this contribution, @claudiobusatto. To get this merged, could you please sign your commit? If you're not able to, no problem. Just let us know, and we'll cherry-pick your changes into a new PR to get this merged before the end of the week. |
📋 Changes
This PR fixes the broken link to the V4 migration guide in
CHANGELOG.md
.Previously, the link pointed to a non-existent page on GitHub.
🎯 Testing
Before
main
branch.MIGRATION GUIDE
link, it will redirect to a 404 page.After
MIGRATION GUIDE
link. It will redirect to the correct documentation page.