From 67402932f6552b42900e03a46c354f551608f7a6 Mon Sep 17 00:00:00 2001 From: Junior Oliveira Date: Sun, 18 Feb 2018 12:50:10 -0300 Subject: [PATCH] Update link to create-react-app repository (#627) Update link to create-react-app from facebookincubator to facebook organization --- content/community/tools-starter-kits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/tools-starter-kits.md b/content/community/tools-starter-kits.md index ed64e0d5..bc418e84 100644 --- a/content/community/tools-starter-kits.md +++ b/content/community/tools-starter-kits.md @@ -7,7 +7,7 @@ permalink: community/starter-kits.html ## Recommended by the React Team -* **[Create React App](https://github.com/facebookincubator/create-react-app)** - An officially supported way to start a client-side React project with no configuration +* **[Create React App](https://github.com/facebook/create-react-app)** - An officially supported way to start a client-side React project with no configuration * **[Next.js](https://learnnextjs.com/)** - Framework for server-rendered or statically-exported React apps * **[Gatsby](https://www.gatsbyjs.org/)** - Blazing-fast static site generator for React * **[nwb](https://github.com/insin/nwb)** - A toolkit for React apps, libraries and other npm modules for the web