Skip to content

Commit 1955328

Browse files
committed
fix: add leading slash to react-developer-tools link in setup guide
The link was missing the leading slash, making it a relative path that wouldn't resolve correctly. Changed from 'learn/...' to '/learn/...' for consistency with other links in the document.
1 parent c7d6b70 commit 1955328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TypeScript is a popular way to add type definitions to JavaScript codebases. [Le
1717

1818
## React Developer Tools {/*react-developer-tools*/}
1919

20-
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](learn/react-developer-tools).
20+
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](/learn/react-developer-tools).
2121

2222
## React Compiler {/*react-compiler*/}
2323

0 commit comments

Comments
 (0)