Skip to content

Commit

Permalink
fix: broken link to react-devtools (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
codler authored and thymikee committed Oct 6, 2019
1 parent 77af493 commit 0f44fce
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
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/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://www.npmjs.com/package/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 0f44fce

Please sign in to comment.