Skip to content

Commit 7b8cbc8

Browse files
authored
Merge pull request #2296 from rememberlenny/patch-1
2 parents 95131eb + 6b07d38 commit 7b8cbc8

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)