Skip to content

Commit 62cb6dd

Browse files
authored
docs(extension): fix broken relative links in README (#1986)
1 parent ed6d65b commit 62cb6dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const composeEnhancers =
5757
compose;
5858
```
5959

60-
> 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).
60+
> 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).
6161
6262
```js
6363
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/
228228
- [Methods (advanced API)](docs/API/Methods.md)
229229
- [FAQ](docs/FAQ.md)
230230
- Features
231-
- [Trace actions calls](/docs/Features/Trace.md)
231+
- [Trace actions calls](docs/Features/Trace.md)
232232
- [Troubleshooting](docs/Troubleshooting.md)
233233
- [Articles](docs/Articles.md)
234234
- [Videos](docs/Videos.md)

0 commit comments

Comments
 (0)