Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/learn/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

visit https://react.dev/learn/installation when you click on the link it redirects correctly. You are probably viewing it in the wrong place. It's not meant to be visited through github. Closing the PR.

* [How to install React Developer Tools](/learn/react-developer-tools)

</YouWillLearn>
Expand Down
Loading