You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Install the skeleton and the library:
6
6
7
7
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.
9
9
10
10
Then, create a new React application for your admin:
11
11
@@ -58,7 +58,7 @@ Clear the cache to apply this change:
58
58
59
59
Your new administration interface is ready! Type `yarn start` to try it!
60
60
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).
0 commit comments