Skip to content

Commit

Permalink
docs: update link to react-devtools (react-native-community#646)
Browse files Browse the repository at this point in the history
As per project migration notice at https://github.com/facebook/react-devtools
  • Loading branch information
gausam authored and Esemesek committed Aug 27, 2019
1 parent 2067dab commit 64c75c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/server/debugger-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
React Native JS code runs as a web worker inside this tab.
</p>
<p>Press <kbd id="shortcut" class="shortcut">⌘⌥I</kbd> to open Developer Tools. Enable <a href="https://stackoverflow.com/a/17324511/232122" target="_blank">Pause On Caught Exceptions</a> for a better debugging experience.</p>
<p>You may also install <a href="https://github.com/facebook/react-devtools/tree/master/packages/react-devtools" target="_blank">the standalone version of React Developer Tools</a> to inspect the React component hierarchy, their props, and state.</p>
<p>You may also install <a href="https://github.com/facebook/react/tree/master/packages/react-devtools" target="_blank">the standalone version of React Developer Tools</a> to inspect the React component hierarchy, their props, and state.</p>
<p>Status: <span id="status">Loading...</span></p>
<button class="reload-btn" onclick="onReloadClicked()">
Reload app
Expand Down

0 comments on commit 64c75c2

Please sign in to comment.