From 239fe8c11fa32459e3863df68d161ce1a277fefa Mon Sep 17 00:00:00 2001 From: Satish Yadav Date: Mon, 25 Dec 2017 20:12:21 +0530 Subject: [PATCH] Link to "Add React to an Existing App" corrected. (#465) Link to "Add React to an Existing App" corrected. It was pointing to "/docs/add-react-to-a-new-app.html". --- content/docs/try-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/try-react.md b/content/docs/try-react.md index 49ec1046..c29f1f8f 100644 --- a/content/docs/try-react.md +++ b/content/docs/try-react.md @@ -38,4 +38,4 @@ The lightweight solutions above are the best fit if you are new to React or just When you are ready to build your first application with React, check out the install guides below. These setups are designed to get you up and running with a great developer experience and are ready for production. They include linting, testing, and optimizations built-in; however, they require more time and disk space to set up and install. - [Add React to a New App](/docs/add-react-to-a-new-app.html): Create a new app with a fully-featured starter kit. -- [Add React to an Existing App](/docs/add-react-to-a-new-app.html): Add React to a build system or a larger app. +- [Add React to an Existing App](/docs/add-react-to-an-existing-app.html): Add React to a build system or a larger app.