From 07386590bb04d6e7d9f70308f36bd998d5e34379 Mon Sep 17 00:00:00 2001 From: Randila Premarathne Date: Sat, 19 Aug 2023 22:28:25 +0530 Subject: [PATCH] Fix check document links --- docs/main/upgrade_3_to_4.md | 2 +- e2e/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/main/upgrade_3_to_4.md b/docs/main/upgrade_3_to_4.md index 8d89b35b6..adebd2575 100644 --- a/docs/main/upgrade_3_to_4.md +++ b/docs/main/upgrade_3_to_4.md @@ -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) diff --git a/e2e/README.md b/e2e/README.md index 335f84875..0416ad8c9 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -17,7 +17,7 @@ Then, in a separate terminal, run: ```sh yarn test-e2e --headed ``` - + By default, the test suite will run against the `http://localhost:8080`. You can override this by exporting `E2E_BASE_URL` environment variables beforehand: