Browse Source

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".
main
Satish Yadav 7 years ago
committed by Dan Abramov
parent
commit
239fe8c11f
  1. 2
      content/docs/try-react.md

2
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. 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 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.

Loading…
Cancel
Save