From a20eea25197df0da80104917df414747eeab1ac9 Mon Sep 17 00:00:00 2001 From: Semako <105620665+Semako123@users.noreply.github.com> Date: Wed, 9 Aug 2023 06:21:43 -1100 Subject: [PATCH] Update README.md (#27209) Update links from the old documentation to the new version ## Summary I changed the links to get started with react from the old documentation that is no longer being updated to the new one ## How did you test this change? --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 `