Skip to content

Commit d939463

Browse files
authored
docs: fix external data loading path (#5109)
The link to External Data Loading on the [Query Integration](https://tanstack.com/router/latest/docs/integrations/query) page currently throws a 404. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Corrected a link in the Router integrations guide to point to the proper External Data Loading page in the React framework section. This fixes navigation from that note and ensures readers can access the referenced guidance without errors. No functional changes to the product; content remains otherwise unchanged and reduces confusion. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 99d9044 commit d939463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/integrations/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: TanStack Query Integration
44
---
55

66
> [!IMPORTANT]
7-
> This integration automates SSR dehydration/hydration and streaming between TanStack Router and TanStack Query. If you haven't read the standard [External Data Loading](../framework/react/guide/external-data-loading.md) guide, start there.
7+
> This integration automates SSR dehydration/hydration and streaming between TanStack Router and TanStack Query. If you haven't read the standard [External Data Loading](../../framework/react/guide/external-data-loading.md) guide, start there.
88
99
## What you get
1010

0 commit comments

Comments
 (0)