From 21b713b9fd50edb331af55eac38e9d2a58972869 Mon Sep 17 00:00:00 2001 From: Sunil Pai Date: Thu, 5 Mar 2020 13:15:46 +0000 Subject: [PATCH] Updated React Native home URL (#18218) --- packages/react-devtools/README.md | 4 ++-- packages/react-devtools/app.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-devtools/README.md b/packages/react-devtools/README.md index cfca533587fd3..6e4de246d78ef 100644 --- a/packages/react-devtools/README.md +++ b/packages/react-devtools/README.md @@ -41,7 +41,7 @@ If you're using React Native 0.43 or higher, it should connect to your simulator ### Integration with React Native Inspector -You can open the [in-app developer menu](https://facebook.github.io/react-native/docs/debugging.html#accessing-the-in-app-developer-menu) and choose "Show Inspector". It will bring up an overlay that lets you tap on any UI element and see information about it: +You can open the [in-app developer menu](https://reactnative.dev/docs/debugging.html#accessing-the-in-app-developer-menu) and choose "Show Inspector". It will bring up an overlay that lets you tap on any UI element and see information about it: ![React Native Inspector](http://i.imgur.com/ReFhREb.gif) @@ -56,7 +56,7 @@ You can choose "Hide Inspector" in the same menu to exit this mode. When debugging JavaScript in Chrome, you can inspect the props and state of the React components in the browser console. -First, follow the [instructions for debugging in Chrome](https://facebook.github.io/react-native/docs/debugging.html#chrome-developer-tools) to open the Chrome console. +First, follow the [instructions for debugging in Chrome](https://reactnative.dev/docs/debugging.html#chrome-developer-tools) to open the Chrome console. Make sure that the dropdown in the top left corner of the Chrome console says `debuggerWorker.js`. **This step is essential.** diff --git a/packages/react-devtools/app.html b/packages/react-devtools/app.html index 0749b8df570a0..9c070467fca8d 100644 --- a/packages/react-devtools/app.html +++ b/packages/react-devtools/app.html @@ -108,7 +108,7 @@ id="rn-help-link" class="link" target="_blank" - href="https://facebook.github.io/react-native/docs/debugging#accessing-the-in-app-developer-menu" + href="https://reactnative.dev/docs/debugging#accessing-the-in-app-developer-menu" >in-app developer menu to connect.