mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-30 01:47:05 +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:
@@ -53,7 +53,7 @@ If you are completely sure that you didn't terminate the process, consider [addi
|
||||
## `npm run build` fails on Heroku
|
||||
|
||||
This may be a problem with case sensitive filenames.
|
||||
Please refer to [this section](/docs/deployment#resolving-heroku-deployment-errors).
|
||||
Please refer to [this section](deployment.md#resolving-heroku-deployment-errors).
|
||||
|
||||
## Moment.js locales are missing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user