Skip to content

Commit

Permalink
fix busted link
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrugsy committed May 18, 2021
1 parent 2d7d021 commit 2137aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Redux Toolkit includes these APIs:
- [`createEntityAdapter`](../api/createEntityAdapter.mdx): generates a set of reusable reducers and selectors to manage normalized data in the store
- The [`createSelector` utility](../api/createSelector.mdx) from the [Reselect](https://github.com/reduxjs/reselect) library, re-exported for ease of use.

Also see [Getting Started With RTK Query](./getting-started-rtk-query.mdx) for additional data fetching tools provided as part of Redux Toolkit Query.
Also see [Getting Started With RTK Query](./getting-started-with-rtk-query.mdx) for additional data fetching tools provided as part of Redux Toolkit Query.

## Help and Discussion

Expand Down

0 comments on commit 2137aeb

Please sign in to comment.