File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/react-scripts/template Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ You will also see any lint errors in the console.
1515### ` npm test `
1616
1717Launches the test runner in the interactive watch mode.<br >
18- See the section about [ running tests] ( # running-tests) for more information.
18+ See the section about [ running tests] ( https://facebook.github.io/create-react-app/docs/ running-tests) for more information.
1919
2020### ` npm run build `
2121
@@ -25,7 +25,7 @@ It correctly bundles React in production mode and optimizes the build for the be
2525The build is minified and the filenames include the hashes.<br >
2626Your app is ready to be deployed!
2727
28- See the section about [ deployment] ( # deployment) for more information.
28+ See the section about [ deployment] ( https://facebook.github.io/create-react-app/docs/ deployment) for more information.
2929
3030### ` npm run eject `
3131
@@ -42,4 +42,3 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
4242You can learn more in the [ Create React App documentation] ( https://facebook.github.io/create-react-app/docs/getting-started ) .
4343
4444To learn React, check out the [ React documentation] ( https://reactjs.org/ ) .
45-
You can’t perform that action at this time.
0 commit comments