From b344af748d0c87eb41d3f7e1aa2c89220f8a3652 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Sun, 21 Oct 2018 12:43:21 -0600 Subject: [PATCH] Update doc links in template README --- packages/react-scripts/template/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index eee4ebff900..897dc836601 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -15,7 +15,7 @@ You will also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.
-See the section about [running tests](#running-tests) for more information. +See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run build` @@ -25,7 +25,7 @@ It correctly bundles React in production mode and optimizes the build for the be The build is minified and the filenames include the hashes.
Your app is ready to be deployed! -See the section about [deployment](#deployment) for more information. +See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `npm run eject` @@ -42,4 +42,3 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). -