From d73137dd30bcaf8fc0e1c84418930a71b80761b7 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:23:12 +0200 Subject: [PATCH] Remove dangling link to getting started install video --- docs/guides/overview/why-cypress.mdx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/guides/overview/why-cypress.mdx b/docs/guides/overview/why-cypress.mdx index d82ef87e9c..f85543c18c 100644 --- a/docs/guides/overview/why-cypress.mdx +++ b/docs/guides/overview/why-cypress.mdx @@ -134,12 +134,9 @@ do that no other testing framework can: ### Setting up tests There are no servers, drivers, or any other dependencies to install or -configure. You can write your first passing test in 60 seconds. - - +configure. You can quickly see your first passing test using template example test specs for +[End-to-end tests](/guides/end-to-end-testing/writing-your-first-end-to-end-test) or +[Component tests](/guides/component-testing/getting-started). ### Writing tests