diff --git a/docs/reference/QueryClient.md b/docs/reference/QueryClient.md index cf00006fd4..2f11f7f6c6 100644 --- a/docs/reference/QueryClient.md +++ b/docs/reference/QueryClient.md @@ -62,7 +62,7 @@ Its available methods are: - `defaultOptions?: DefaultOptions` - Optional - Define defaults for all queries and mutations using this queryClient. - - You can also define defaults to be used for [hydration](../../framework/react/reference/hydration.md) + - You can also define defaults to be used for [hydration](../../framework/react/reference/hydration) ## `queryClient.fetchQuery`