From 05aaf89b1f1f5e60abc610aee536fed71770bd7b Mon Sep 17 00:00:00 2001 From: Aditya Srivastava <102461506+AdityaSrivastava185@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:32:13 +0530 Subject: [PATCH] Update installation.md Description: This pull request addresses a broken link in the react.dev documentation, which was preventing users from seamlessly navigating between documentation sections. By fixing this link, we aim to enhance the user experience by making it easier for developers, especially beginners, to access the correct resources without disruption. Changes Made: 1. Updated the broken link to direct users to the correct documentation section. 2. Verified the link functionality to ensure smooth navigation. --- src/content/learn/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/installation.md b/src/content/learn/installation.md index 7251fc31b6b..b7c2e395173 100644 --- a/src/content/learn/installation.md +++ b/src/content/learn/installation.md @@ -12,7 +12,7 @@ React has been designed from the start for gradual adoption. You can use as litt * [How to start a new React project](/learn/start-a-new-react-project) * [How to add React to an existing project](/learn/add-react-to-an-existing-project) -* [How to set up your editor](/learn/editor-setup) +* [How to set up your editor](https://github.com/reactjs/react.dev/blob/main/src/content/learn/editor-setup.md) * [How to install React Developer Tools](/learn/react-developer-tools)