Skip to content

Commit

Permalink
(chore) Fix dead links (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Jan 9, 2023
1 parent 2e6d4ea commit 901f07d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/main/upgrade_3_to_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions docs/under_the_hood/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 901f07d

Please sign in to comment.