From 45b0be17193fab8d81e36a1398dec7557eae7e30 Mon Sep 17 00:00:00 2001 From: Chamath Palihawadana Date: Thu, 11 Jul 2024 10:10:45 +0100 Subject: [PATCH] docs(query-client): broken hydration link --- docs/reference/QueryClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`