From ce5ce4ea47fa9f1989963ccf57b6ecfb82d37f6d Mon Sep 17 00:00:00 2001 From: Shun Tedokon Date: Tue, 17 Aug 2021 01:55:56 +0900 Subject: [PATCH] docs: corrected the link to the example --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index d7c002f2fa1..c1756fb9af9 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -16,7 +16,7 @@ Cypress is a test runner used for **End-to-End (E2E)** and **Integration Testing ### Quickstart -You can use `create-next-app` with the [with-cypress example](https://github.com/vercel/next.js/tree/canary/examples/with-jest) to quickly get started. +You can use `create-next-app` with the [with-cypress example](https://github.com/vercel/next.js/tree/canary/examples/with-cypress) to quickly get started. ```bash npx create-next-app --example with-cypress with-cypress-app