mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-11 19:42:13 +08:00
Fixing Internal Links (#5552)
* Fixing Internal Links Internal links, like those found on [Available Scripts](https://facebook.github.io/create-react-app/docs/available-scripts) use absolute urls and therefore link to https://facebook.github.io/docs/deployment instead of https://facebook.github.io/create-react-app/docs/deployment. * changing to markdown links and fixing various broken internal links
This commit is contained in:
@@ -14,7 +14,7 @@ The page will reload if you make edits. You will also see any lint errors in the
|
||||
|
||||
## `npm test`
|
||||
|
||||
Launches the test runner in the interactive watch mode. See the section about [running tests](/docs/running-tests) for more information.
|
||||
Launches the test runner in the interactive watch mode. See the section about [running tests](running-tests.md) for more information.
|
||||
|
||||
## `npm run build`
|
||||
|
||||
@@ -22,7 +22,7 @@ Builds the app for production to the `build` folder. It correctly bundles React
|
||||
|
||||
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
|
||||
|
||||
See the section about [deployment](/docs/deployment) for more information.
|
||||
See the section about [deployment](deployment.md) for more information.
|
||||
|
||||
## `npm run eject`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user