From a52b37b9db8beac737cdee860bccd8dc79dc5bce Mon Sep 17 00:00:00 2001 From: Havit Rovik Date: Tue, 29 Oct 2019 17:00:41 +0700 Subject: [PATCH] chore: Fix broken link for e2e README --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d386cccc84..cf94d0dbdac 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