From 632f7442ddd8fc1afb8d8c33ebe75a2229f498d4 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 28 Jul 2020 22:25:04 -0400 Subject: [PATCH] docs(redux-devtools): fix other walkthrough link (#516) --- packages/redux-devtools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/redux-devtools/README.md b/packages/redux-devtools/README.md index 9fd23c79..57b6a4b3 100644 --- a/packages/redux-devtools/README.md +++ b/packages/redux-devtools/README.md @@ -41,7 +41,7 @@ If you don’t 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 (`` component, `DevTools.instrument()`, exclude from production builds, gotchas). +Read the installation [walkthrough](../../docs/Walkthrough.md) for integration instructions and usage examples (`` component, `DevTools.instrument()`, exclude from production builds, gotchas). ### Running Examples