diff --git a/README.md b/README.md index 766c673306..b7a7f30f4c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ React is a JavaScript library for building user interfaces. * **Component-Based:** Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM. * **Learn Once, Write Anywhere:** We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using [React Native](https://reactnative.dev/). -[Learn how to use React in your project](https://reactjs.org/docs/getting-started.html). +[Learn how to use React in your project](https://react.dev/learn). ## Installation @@ -20,9 +20,9 @@ You can use React as a `