Skip to content

Commit 070f4fe

Browse files
committed
chore: fix docs links
1 parent 509050d commit 070f4fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/docs/Features/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ import DocCardList from "@theme/DocCardList";
99
RTK Query Loader tries to give you all the flexibility you need to create reusable and extendable loaders.
1010

1111
- Supply as many queries as you'd like.
12-
- Supply queries that [don't affect loading state](defer-queries.md).
12+
- Supply queries that [don't affect loading state](defer-queries).
1313
- Send down payloads that contain any static data.
14-
- [Transform](./transforming.md) the data to your desired output-format.
15-
- Set up [default](../Quick%20Guide/base-loader.md) loading and error states.
16-
- [Extend](./extending.md) and re-use existing loaders.
14+
- [Transform](./transforming) the data to your desired output-format.
15+
- Set up [default](../Quick%20Guide/base-loader) loading and error states.
16+
- [Extend](./extending) and re-use existing loaders.
1717
- Create [stateful loaders](./stateful-loader)
1818

1919
And even if you don't use `RTK Query`...
2020

21-
- Supply queries that are [just promises](../Reference/use-create-query.md).
22-
- [Use with other data loading libraries](./other-libs.md)
21+
- Supply queries that are [just promises](../Reference/use-create-query).
22+
- [Use with other data loading libraries](./other-libs)
2323

2424
---
2525

0 commit comments

Comments
 (0)