Skip to content

Commit 8edf02c

Browse files
committed
Fix broken link
1 parent 00224c4 commit 8edf02c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/createAsyncThunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It does not generate any reducer functions, since it does not know what data you
1919

2020
:::tip
2121

22-
Redux Toolkit's [**RTK Query data fetching API**](../rtk-query/overview.mdx) is a purpose built data fetching and caching solution for Redux apps, and can **eliminate the need to write _any_ thunks or reducers to manage data fetching**. We encourage you to try it out and see if it can help simplify the data fetching code in your own apps!
22+
Redux Toolkit's [**RTK Query data fetching API**](../rtk-query/overview.md) is a purpose built data fetching and caching solution for Redux apps, and can **eliminate the need to write _any_ thunks or reducers to manage data fetching**. We encourage you to try it out and see if it can help simplify the data fetching code in your own apps!
2323

2424
:::
2525

0 commit comments

Comments
 (0)