Skip to content

Commit df330d6

Browse files
authored
Update old links in README
1 parent 0818b35 commit df330d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# create-react-app-now
22

3-
Deploy React.js Static Web Apps generated with [facebookincubator/create-react-app](https://github.com/facebookincubator/create-react-app) to Zeit's awesome [Now.sh](https://zeit.co/now/) service.
3+
Deploy React.js Static Web Apps generated with [facebook/create-react-app](https://github.com/facebook/create-react-app) to Zeit's awesome [Now.sh](https://zeit.co/now/) service.
44

55
I wrote an article about this project here: [Zero Configuration Deployment for React app with Zeit Now](https://medium.com/@kawixiao/zero-configuration-deployment-for-react-apps-with-zeits-now-4f002be98c#.eyvj3mjdb)
66

77
# Important
88

9-
UPDATE: create-react-app now officially recommend using "serve" to deploy your create-react-app project. The documentation can be found here: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment
9+
UPDATE: create-react-app now officially recommend using "serve" to deploy your create-react-app project. The documentation can be found here: https://create-react-app.dev/docs/deployment
1010

1111
I personally and strongly recommend you to check out [Next.js](https://zeit.co/blog/next) by Zeit team.
1212
That will be my personal go to choice as well when creating new React project, and deploy to now seamlessly.
@@ -17,7 +17,7 @@ Having said that, it is likely that I will not actively maintain this repo anymo
1717

1818
# Why
1919

20-
create-react-app-now is created using [facebookincubator/create-react-app](https://github.com/facebookincubator/create-react-app).
20+
create-react-app-now is created using [facebook/create-react-app](https://github.com/facebook/create-react-app).
2121
Although it supports deployment to github pages and heroku, it does not feel intuitive just yet, as we need to run lots of commands.
2222

2323
This project is specifically to solve just that, with just 1 command: `npm run deploy`
@@ -50,10 +50,10 @@ You might see some red text appears or warnings in the log. You can safely ignor
5050

5151
# Alternatives Deployment
5252

53-
If you prefer something else, please refer to create-react-app documentation [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment).
53+
If you prefer something else, please refer to create-react-app documentation [here](https://create-react-app.dev/docs/deployment#other-solutions).
5454

5555
# More
5656

57-
Read more about create-react-app [here](https://github.com/facebookincubator/create-react-app)
57+
Read more about create-react-app [here](https://github.com/facebook/create-react-app)
5858

5959
Read more about Zeit's Now.sh [here](https://zeit.co/now)

0 commit comments

Comments
 (0)