Skip to content

Commit 05aaf89

Browse files
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.
1 parent 84f29eb commit 05aaf89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ React has been designed from the start for gradual adoption. You can use as litt
1212

1313
* [How to start a new React project](/learn/start-a-new-react-project)
1414
* [How to add React to an existing project](/learn/add-react-to-an-existing-project)
15-
* [How to set up your editor](/learn/editor-setup)
15+
* [How to set up your editor](https://github.com/reactjs/react.dev/blob/main/src/content/learn/editor-setup.md)
1616
* [How to install React Developer Tools](/learn/react-developer-tools)
1717

1818
</YouWillLearn>

0 commit comments

Comments
 (0)