docs(redux-devtools): fix other walkthrough link (#516)

This commit is contained in:
Nathan Bierema 2020-07-28 22:25:04 -04:00 committed by GitHub
parent de0a9c1180
commit 632f7442dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ If you dont want to bother with installing Redux DevTools and integrating it
### Setup Instructions
Read the installation [walkthrough](./docs/Walkthrough.md) for integration instructions and usage examples (`<DevTools>` component, `DevTools.instrument()`, exclude from production builds, gotchas).
Read the installation [walkthrough](../../docs/Walkthrough.md) for integration instructions and usage examples (`<DevTools>` component, `DevTools.instrument()`, exclude from production builds, gotchas).
### Running Examples