From 9a3e25c25a0e6b8cb746a6d0444166881e92bd04 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:49:00 +0100 Subject: [PATCH] docs: correct link from examples readme to pr contributing (#29163) --- packages/example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example/README.md b/packages/example/README.md index e851a7c45c85..b3970c59ffb8 100644 --- a/packages/example/README.md +++ b/packages/example/README.md @@ -25,7 +25,7 @@ When a commit is merged into `master`, a new version of the [`cypress-example-ki 2. Run `yarn` and `yarn workspace @packages/example build` to build the app and spec files. -3. Create a new pull-request following this repo's [pull request instructions](CONTRIBUTING.md#pull-requests). +3. Create a new pull-request following this repo's [pull request instructions](../../CONTRIBUTING.md#pull-requests). ## Building