Skip to content

Commit 11405dd

Browse files
authored
docs: fix broken react-query links and link to correct version (#4168)
1 parent 8f2a83a commit 11405dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/trpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const trpc = createTRPCNext<AppRouter>({
6969
*/
7070
transformer: superjson,
7171
/**
72-
* @link https://react-query.tanstack.com/reference/QueryClient
72+
* @link https://tanstack.com/query/v4/docs/react/reference/QueryClient
7373
*/
7474
queryClientConfig: { defaultOptions: { queries: { staleTime: 60 } } },
7575
};

0 commit comments

Comments
 (0)