Skip to content

Commit 0116fcc

Browse files
committed
fix link
1 parent d826b15 commit 0116fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/getDefaultEnhancers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const store = configureStore({
6060

6161
The resulting array will always contain the `applyMiddleware` enhancer created based on the `configureStore`'s `middleware` field.
6262

63-
Additionally, the [`autoBatchEnhancer`](./autoBatchEnhancer.mdx) is included, to allow for "batching" of low priority action updates. This is used by [RTK Query](/rtk-query/overview.mdx) and should improve performance when using it.
63+
Additionally, the [`autoBatchEnhancer`](./autoBatchEnhancer.mdx) is included, to allow for "batching" of low priority action updates. This is used by [RTK Query](/rtk-query/overview.md) and should improve performance when using it.
6464

6565
Currently, the return value is
6666

0 commit comments

Comments
 (0)