From 2c45a3cbe414b8ac7ce7586262846ef92b0bdaa0 Mon Sep 17 00:00:00 2001 From: Havit Rovik Date: Tue, 29 Oct 2019 19:41:43 +0700 Subject: [PATCH] chore: Fix broken link for e2e README (#7896) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d386ccc..cf94d0db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,7 +109,7 @@ and then run `yarn start` or `yarn build`. **TL;DR** use the command `yarn e2e:docker` to run unit and e2e tests. -More detailed information are in the dedicated [README](/packages/react-scripts/fixtures/kitchensink/README.md). +More detailed information are in the dedicated [README](/test/README.md). ### CI testing with private packages