From e463d108ed330abacccd32d9ac953dfa2e4413d3 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:27:11 +0100 Subject: [PATCH] Use on.cypress.io link Co-authored-by: Bill Glesias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd1ac890..0383a8b04 100644 --- a/README.md +++ b/README.md @@ -743,7 +743,7 @@ During staged rollout of a new GitHub-hosted runner version, GitHub may provide ### Component and E2E Testing -[Component Testing](https://docs.cypress.io/app/core-concepts/testing-types#What-is-Component-Testing) and [End-to-End (E2E) Testing](https://docs.cypress.io/app/core-concepts/testing-types#What-is-E2E-Testing) 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