Skip to content

Commit

Permalink
Fix check document links
Browse files Browse the repository at this point in the history
  • Loading branch information
RandilaP committed Aug 19, 2023
1 parent 62aca39 commit 0738659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/main/upgrade_3_to_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For a complete look at what needs to be upgraded, please read the relevant docum
- [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)
- [Jest 27 to 28](https://jestjs.io/blog/2022/04/25/jest-28)
- [User Event 12 to 13](https://github.com/testing-library/user-event/releases/tag/v12.0.0)
- [User Event 13 to 14](https://github.com/testing-library/user-event/releases/tag/v14.0.0)

Expand Down
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Then, in a separate terminal, run:
```sh
yarn test-e2e --headed
```

<!-- markdown-link-check-disable-next-line -->
By default, the test suite will run against the `http://localhost:8080`.
You can override this by exporting `E2E_BASE_URL` environment variables beforehand:

Expand Down

0 comments on commit 0738659

Please sign in to comment.