From a9702ed315841319c87c7d3d0882dab05e3fc2df Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:02:13 +0100 Subject: [PATCH] docs: fix readme links for cypress documentation restructuring (#1311) * docs: fix readme links for cypress documentation restructuring * Use on.cypress.io link Co-authored-by: Bill Glesias * Use on.cypress.io link Co-authored-by: Bill Glesias --------- Co-authored-by: Bill Glesias --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c02163a19..162675b98 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ jobs: The workflow file [example-basic.yml](.github/workflows/example-basic.yml) shows how Cypress runs on GH Actions using Ubuntu (20 and 22), Windows, and macOS without additional OS dependencies necessary. -This workflow uses the default [test type](https://on.cypress.io/guides/overview/why-cypress#Test-types) of [End-to-End (E2E) Testing](https://on.cypress.io/guides/overview/why-cypress#End-to-end). Alternatively, [Component Testing](https://on.cypress.io/guides/overview/why-cypress#Component) can be utilized by referencing the [Component Testing](#component-testing) section below. +This workflow uses the default [test type](https://on.cypress.io/choosing-testing-type) of [End-to-End (E2E) Testing](https://on.cypress.io/app/core-concepts/testing-types#What-is-E2E-Testing). Alternatively, [Component Testing](https://on.cypress.io/app/core-concepts/testing-types#What-is-Component-Testing) can be utilized by referencing the [Component Testing](#component-testing) section below. ### Component Testing @@ -743,7 +743,7 @@ During staged rollout of a new GitHub-hosted runner version, GitHub may provide ### Component and E2E Testing -[Component Testing](https://on.cypress.io/guides/overview/why-cypress#Component) and [End-to-End (E2E) Testing](https://on.cypress.io/guides/overview/why-cypress#End-to-end) types can be combined in the same job using separate steps +[Component Testing](https://on.cypress.io/app/core-concepts/testing-types#What-is-Component-Testing) and [End-to-End (E2E) Testing](https://on.cypress.io/app/core-concepts/testing-types#What-is-E2E-Testing) types can be combined in the same job using separate steps ```yml - name: Run E2E tests