From 8b30ae43439818009213da86eca872a3d869c5eb Mon Sep 17 00:00:00 2001 From: cendern Date: Sat, 7 Sep 2019 23:59:05 -0700 Subject: [PATCH] Fix link to moved GH repo (#2326) https://github.com/facebook/react-devtools/ says: "This project has migrated to github.com/facebook/react". --- content/community/tools-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/tools-debugging.md b/content/community/tools-debugging.md index 5416f7eb..c2bf257e 100644 --- a/content/community/tools-debugging.md +++ b/content/community/tools-debugging.md @@ -5,4 +5,4 @@ layout: community permalink: community/debugging-tools.html --- - * **[React Developer Tools](https://github.com/facebook/react-devtools):** an extension available for [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi), [Firefox](https://addons.mozilla.org/firefox/addon/react-devtools/), and as a [standalone app](https://github.com/facebook/react-devtools/tree/master/packages/react-devtools) that allows you to inspect the React component hierarchy in the Chrome Developer Tools. + * **[React Developer Tools](https://github.com/facebook/react-devtools):** an extension available for [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi), [Firefox](https://addons.mozilla.org/firefox/addon/react-devtools/), and as a [standalone app](https://github.com/facebook/react/tree/master/packages/react-devtools) that allows you to inspect the React component hierarchy in the Chrome Developer Tools.