From 9eb1644776c7c91cc12c0df97256f5f597b65097 Mon Sep 17 00:00:00 2001 From: James Peters Date: Thu, 6 May 2021 11:43:15 +1200 Subject: [PATCH] docs(*): update link to Devtools extension (#714) --- docs/Walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Walkthrough.md b/docs/Walkthrough.md index 4312b116..8a2381b3 100644 --- a/docs/Walkthrough.md +++ b/docs/Walkthrough.md @@ -2,7 +2,7 @@ ## Browser Extension -If you don’t want to bother with installing Redux DevTools and integrating it into your project, consider using [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension) for Chrome and Firefox. It provides access to the most popular monitors, is easy to configure to filter actions, and doesn’t require installing any packages. +If you don’t want to bother with installing Redux DevTools and integrating it into your project, consider using [Redux DevTools Extension](https://github.com/reduxjs/redux-devtools/tree/master/extension) for Chrome and Firefox. It provides access to the most popular monitors, is easy to configure to filter actions, and doesn’t require installing any packages. ## Manual Integration