Skip to content

Commit 8453380

Browse files
authored
Update design-principles.md (#3314)
Updated link to React Devtools package repository
1 parent bf2323f commit 8453380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/design-principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ There is an internal joke in the team that React should have been called "Schedu
9292

9393
Providing a good developer experience is important to us.
9494

95-
For example, we maintain [React DevTools](https://github.com/facebook/react-devtools) which let you inspect the React component tree in Chrome and Firefox. We have heard that it brings a big productivity boost both to the Facebook engineers and to the community.
95+
For example, we maintain [React DevTools](https://github.com/facebook/react/tree/master/packages/react-devtools) which let you inspect the React component tree in Chrome and Firefox. We have heard that it brings a big productivity boost both to the Facebook engineers and to the community.
9696

9797
We also try to go an extra mile to provide helpful developer warnings. For example, React warns you in development if you nest tags in a way that the browser doesn't understand, or if you make a common typo in the API. Developer warnings and the related checks are the main reason why the development version of React is slower than the production version.
9898

0 commit comments

Comments
 (0)