chore(docs): Fix the link to devtools (#2861)

This commit is contained in:
Facundo J Gonzalez 2024-11-20 21:14:02 -03:00 committed by GitHub
parent 7980a7b9cb
commit f540ca8294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ nav: 205
# devtools
`devtools` middleware lets you use [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
`devtools` middleware lets you use [Redux DevTools Extension](https://github.com/reduxjs/redux-devtools)
without Redux. Read more about the benefits of using [Redux DevTools for debugging](https://redux.js.org/style-guide/#use-the-redux-devtools-extension-for-debugging).
```js