Skip to content

Commit ebcec31

Browse files
authored
Update Create React App URLs
1 parent c9846f1 commit ebcec31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Install the skeleton and the library:
66

77
Start by installing [the Yarn package manager](https://yarnpkg.com/) ([NPM](https://www.npmjs.com/) is also supported) and
8-
the [Create React App](https://github.com/facebookincubator/create-react-app) tool.
8+
the [Create React App](https://facebook.github.io/create-react-app/) tool.
99

1010
Then, create a new React application for your admin:
1111

@@ -58,7 +58,7 @@ Clear the cache to apply this change:
5858
5959
Your new administration interface is ready! Type `yarn start` to try it!
6060

61-
Note: if you don't want to hardcode the API URL, you can [use an environment variable](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-custom-environment-variables).
61+
Note: if you don't want to hardcode the API URL, you can [use an environment variable](https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables).
6262

6363
## Customizing the Admin
6464

0 commit comments

Comments
 (0)