Skip to content

Commit

Permalink
chore(core): fix incorrect url in tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Oct 11, 2024
1 parent b1185d8 commit b9c23b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/hooks/navigation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { IResourceItem } from "../../contexts/resource/types";
export type HistoryType = "push" | "replace";

/**
* `refine` uses {@link https://reactrouter.com/en/hooks/use-navigate `React Router`} and comes with all redirects out of the box.
* `refine` uses {@link https://reactrouter.com/en/main/hooks/use-navigate#usenavigate `React Router`} and comes with all redirects out of the box.
* It allows you to manage your routing operations in refine.
* Using this hook, you can manage all the routing operations of your application very easily.
*
Expand Down

0 comments on commit b9c23b9

Please sign in to comment.