mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-17 19:52:15 +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:
@@ -6,7 +6,7 @@ sidebar_label: HTTPS in Development
|
||||
|
||||
> Note: this feature is available with `react-scripts@0.4.0` and higher.
|
||||
|
||||
You may require the dev server to serve pages over HTTPS. One particular case where this could be useful is when using [the "proxy" feature](/docs/proxying-api-requests-in-development) to proxy requests to an API server when that API server is itself serving HTTPS.
|
||||
You may require the dev server to serve pages over HTTPS. One particular case where this could be useful is when using [the "proxy" feature](proxying-api-requests-in-development.md) to proxy requests to an API server when that API server is itself serving HTTPS.
|
||||
|
||||
To do this, set the `HTTPS` environment variable to `true`, then start the dev server as usual with `npm start`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user