diff --git a/docs/main/upgrade_3_to_4.md b/docs/main/upgrade_3_to_4.md index d9c9fff57..8d89b35b6 100644 --- a/docs/main/upgrade_3_to_4.md +++ b/docs/main/upgrade_3_to_4.md @@ -59,7 +59,7 @@ For a complete look at what needs to be upgraded, please read the relevant docum - [React 16 to 17](https://reactjs.org/blog/2020/08/10/react-v17-rc.html#other-breaking-changes) - [React 17 to 18](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html) -- [React Router 5 to 6](https://reactrouter.com/docs/en/v6/upgrading/v5) +- [React Router 5 to 6](https://reactrouter.com/en/main/upgrading/v5) - [Carbon 10 to 11](https://github.com/carbon-design-system/carbon/blob/main/docs/migration/v11.md) - [Jest 26 to 27](https://jestjs.io/blog/2021/05/25/jest-27) - [Jest 27 to 28](https://jestjs.io/docs/28.x/migration-guide) @@ -118,7 +118,7 @@ await user.click(screen.getByRole('button', { name: /click me!/i })); ### React Router -This is the most involved of the changes. You really just have to follow the [React Router 5 to 6 upgrade guide](https://reactrouter.com/docs/en/v6/upgrading/v5#introduction). +This is the most involved of the changes. You really just have to follow the [React Router 5 to 6 upgrade guide](https://reactrouter.com/en/main/upgrading/v5). ### Carbon - Change `carbon-components-react` to `@carbon/react` diff --git a/docs/under_the_hood/migration_guide.md b/docs/under_the_hood/migration_guide.md index 042fbc96e..cad18a1fd 100644 --- a/docs/under_the_hood/migration_guide.md +++ b/docs/under_the_hood/migration_guide.md @@ -41,7 +41,7 @@ We're currently on React Router v5.3 (released in March 2019). React Router 6 in - Discontinued use of regex routes leads to cleaner route syntax and drops `path-to-regexp` dependency reducing bundle size. `useNavigate` is more suspense friendly than the old `useHistory`. This provides a smoother experience when a user interaction needs to interrupt a pending route transition. -Important resources: [Migration Guide](https://reactrouter.com/docs/en/v6/upgrading/v5). +Important resources: [Migration Guide](https://reactrouter.com/en/main/upgrading/v5). ### Carbon Design System We're currently on Carbon v10 (released in December 2020). Carbon 11 shipped with a host of feature improvements, fixes and enhancements to the developer experience. Notably: @@ -167,7 +167,7 @@ At this point you will have a local version of the core app shell running, and o 10. Upgrade React Router Dom to v6 - * Follow the upgrade guide [here](https://reactrouter.com/docs/en/v6/upgrading/v5) + * Follow the upgrade guide [here](https://reactrouter.com/en/main/upgrading/v5) 11. Upgrade Jest to v28