Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit e1cf291

Browse files
authored
📚 more updates to external references
1 parent 6b725c3 commit e1cf291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ The default `static.json`, if it does not exist in the repo, is:
146146

147147
### Routing clean URLs
148148

149-
By default, [React Router](https://github.com/ReactTraining/react-router) (not included) uses hash-based URLs like `https://example.com/index.html#/users/me/edit`. This is nice & easy when getting started with local development, but for a public app you probably want real URLs like `https://example.com/users/me/edit`.
149+
[React Router](https://github.com/ReactTraining/react-router) (not included) may easily use hash-based URLs like `https://example.com/index.html#/users/me/edit`. This is nice & easy when getting started with local development, but for a public app you probably want real URLs like `https://example.com/users/me/edit`.
150150

151-
Create a `static.json` file to configure the web server for clean [`browserHistory` URLs with React Router](https://github.com/ReactTraining/react-router/blob/v3/docs/guides/Histories.md#browserhistory):
151+
Create a `static.json` file to configure the web server for clean [`browserHistory` with React Router v3](https://github.com/ReactTraining/react-router/blob/v3/docs/guides/Histories.md#browserhistory) & [`BrowserRouter` with v4](https://reacttraining.com/react-router/web/api/BrowserRouter):
152152

153153
```json
154154
{
@@ -210,7 +210,7 @@ heroku config:set API_URL="https://api.example.com"
210210

211211
### Environment variables
212212

213-
[`REACT_APP_*` environment variables](https://github.com/facebookincubator/create-react-app/blob/v0.2.3/template/README.md#adding-custom-environment-variables) are supported with this buildpack.
213+
[`REACT_APP_*` environment variables](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-custom-environment-variables) are supported with this buildpack.
214214

215215
🤐 *Be careful not to export secrets. These values may be accessed by anyone who can see the React app.*
216216

0 commit comments

Comments
 (0)