From 3350c9f83bd0eaadf37220b4a232afd19adc5e89 Mon Sep 17 00:00:00 2001 From: Wendy Smoak Date: Thu, 22 Nov 2018 21:12:14 -0500 Subject: [PATCH] Fix link to page about running tests --- docusaurus/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index 8704404a20c..c7d5eb50514 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -108,7 +108,7 @@ The page will automatically reload if you make changes to the code. You will see Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit. -[Read more about testing](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests). +[Read more about testing](https://facebook.github.io/create-react-app/docs/running-tests). ### `npm run build` or `yarn build`