We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95131eb commit 6b07d38Copy full SHA for 6b07d38
docs/usage/usage-guide.md
@@ -25,7 +25,7 @@ Every Redux app needs to configure and create a Redux store. This usually involv
25
26
- Importing or creating the root reducer function
27
- 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)
+- Configuring the [Redux DevTools Extension](https://github.com/reduxjs/redux-devtools)
29
- Possibly altering some of the logic based on whether the application is being built for development or production
30
31
### Manual Store Setup
0 commit comments