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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@ You'll notice that we used an HTML-like syntax; [we call it JSX](https://reactjs
45
45
46
46
## Installation
47
47
48
-
React is available as the `react` package on [npm](https://www.npmjs.com/). It is also available on a [CDN](https://reactjs.org/docs/installation.html#using-a-cdn).
48
+
React is available as the `react` package on [npm](https://www.npmjs.com/). It is also available on a [CDN](https://reactjs.org/docs/cdn-links.html).
49
49
50
50
React is flexible and can be used in a variety of projects. You can create new apps with it, but you can also gradually introduce it into an existing codebase without doing a rewrite.
51
51
52
52
The recommended way to install React depends on your project. Here you can find short guides for the most common scenarios:
53
53
54
-
*[Trying Out React](https://reactjs.org/docs/installation.html#trying-out-react)
55
-
*[Creating a New Application](https://reactjs.org/docs/installation.html#creating-a-new-application)
56
-
*[Adding React to an Existing Application](https://reactjs.org/docs/installation.html#adding-react-to-an-existing-application)
54
+
*[Trying Out React](https://reactjs.org/docs/try-react.html)
55
+
*[Creating a New Application](https://reactjs.org/docs/add-react-to-a-new-app.html)
56
+
*[Adding React to an Existing Application](https://reactjs.org/docs/add-react-to-an-existing-app.html)
0 commit comments