diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index eee4ebff900b2c0a8649c023439ace20b5eddd20..897dc836601939f72e640ec769775990bf816505 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.<br> -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.<br> 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/). -