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:
Eric Feng
2018-10-29 11:00:28 -07:00
committed by Joe Haddad
parent feea693f63
commit 2a7fd5a1ea
15 changed files with 26 additions and 25 deletions

View File

@@ -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`