Skip to content

Commit 6b07d38

Browse files
Updating the devtools link
Previous link was pointing to old repo.
1 parent 95131eb commit 6b07d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Every Redux app needs to configure and create a Redux store. This usually involv
2525

2626
- Importing or creating the root reducer function
2727
- Setting up middleware, likely including at least one middleware to handle asynchronous logic
28-
- Configuring the [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
28+
- Configuring the [Redux DevTools Extension](https://github.com/reduxjs/redux-devtools)
2929
- Possibly altering some of the logic based on whether the application is being built for development or production
3030

3131
### Manual Store Setup

0 commit comments

Comments
 (0)