From 62cb6ddc2559d435f2f11192f13992bee519556d Mon Sep 17 00:00:00 2001 From: megos Date: Wed, 7 Jan 2026 23:37:52 +0900 Subject: [PATCH] docs(extension): fix broken relative links in README (#1986) --- extension/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/README.md b/extension/README.md index c591da9f..df637dfc 100644 --- a/extension/README.md +++ b/extension/README.md @@ -57,7 +57,7 @@ const composeEnhancers = compose; ``` -> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtoolsextension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](/docs/Recipes.md#using-in-a-typescript-project) for an example). +> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtoolsextension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](docs/Recipes.md#using-in-a-typescript-project) for an example). ```js const composeEnhancers = (window as any).__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose; @@ -228,7 +228,7 @@ See [integrations](docs/Integrations.md) and [the blog post](https://medium.com/ - [Methods (advanced API)](docs/API/Methods.md) - [FAQ](docs/FAQ.md) - Features - - [Trace actions calls](/docs/Features/Trace.md) + - [Trace actions calls](docs/Features/Trace.md) - [Troubleshooting](docs/Troubleshooting.md) - [Articles](docs/Articles.md) - [Videos](docs/Videos.md)