Skip to content

Commit dd3e34e

Browse files
taehwannogaearon
authored andcommitted
Fix links in README.md (facebook#11954)
1 parent b5334a4 commit dd3e34e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ You'll notice that we used an HTML-like syntax; [we call it JSX](https://reactjs
4545

4646
## Installation
4747

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).
4949

5050
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.
5151

5252
The recommended way to install React depends on your project. Here you can find short guides for the most common scenarios:
5353

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)
5757

5858
## Contributing
5959

0 commit comments

Comments
 (0)