From 6d47b60410afabc3734875ed9d928425f31c67af Mon Sep 17 00:00:00 2001 From: imspace Date: Sat, 8 Apr 2023 19:33:24 +0800 Subject: [PATCH] fix(docs): broken testing doc link (#1742) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4395e65506..1eca21d6b6 100644 --- a/readme.md +++ b/readme.md @@ -512,7 +512,7 @@ A more complete TypeScript guide is [here](docs/guides/typescript.md). - You may wonder how to organize your code for better maintenance: [Splitting the store into separate slices](./docs/guides/slices-pattern.md). - Recommended usage for this unopinionated library: [Flux inspired practice](./docs/guides/flux-inspired-practice.md). - [Calling actions outside a React event handler in pre React 18](./docs/guides/event-handler-in-pre-react-18.md). -- [Testing](./docs/guides/testing.mdx) +- [Testing](./docs/guides/testing.md) ## Third-Party Libraries