From 820e63722c38e82081d721ecbebcc267c1d3ecbd Mon Sep 17 00:00:00 2001 From: Hunter Wilhelm <71348224+hunterwilhelm@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:20:59 -0800 Subject: [PATCH 1/2] docs: fix 2 404 links to tanstack.com --- apps/content/docs/adapters/tanstack-start.md | 2 +- apps/content/docs/integrations/tanstack-query.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/content/docs/adapters/tanstack-start.md b/apps/content/docs/adapters/tanstack-start.md index 5fdc1a125..e920695ea 100644 --- a/apps/content/docs/adapters/tanstack-start.md +++ b/apps/content/docs/adapters/tanstack-start.md @@ -9,7 +9,7 @@ description: Use oRPC inside a TanStack Start project ## Server -You set up an oRPC server inside TanStack Start using its [Server Routes](https://tanstack.com/start/latest/docs/framework/react/server-routes). +You set up an oRPC server inside TanStack Start using its [Server Routes](https://tanstack.com/start/latest/docs/framework/react/guide/server-routes). ::: code-group diff --git a/apps/content/docs/integrations/tanstack-query.md b/apps/content/docs/integrations/tanstack-query.md index 52a319aba..17e612b4b 100644 --- a/apps/content/docs/integrations/tanstack-query.md +++ b/apps/content/docs/integrations/tanstack-query.md @@ -204,7 +204,7 @@ const planet = await orpc.planet.find.call({ id: 123 }) ## Reactive Options -In reactive libraries like Vue or Solid, **TanStack Query** supports passing computed values as options. The exact usage varies by framework, so refer to the [Tanstack Query documentation](https://tanstack.com/query/latest/docs/guides/reactive-options) for details. +In reactive libraries like Vue or Solid, **TanStack Query** supports passing computed values as options. The exact usage varies by framework, so refer to the [Tanstack Vue Query documentation](https://tanstack.com/query/latest/docs/framework/vue/reactivity) or [Tanstack Solid Query documentation](https://tanstack.com/query/latest/docs/framework/solid/reference/useQuery#reactive-options) for details. ::: code-group From 8c2aa5883d8ddd097c6ed8303d1d746eed885cd3 Mon Sep 17 00:00:00 2001 From: Hunter Wilhelm <71348224+hunterwilhelm@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:40:37 -0800 Subject: [PATCH 2/2] Update apps/content/docs/integrations/tanstack-query.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- apps/content/docs/integrations/tanstack-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/content/docs/integrations/tanstack-query.md b/apps/content/docs/integrations/tanstack-query.md index 17e612b4b..945020d9b 100644 --- a/apps/content/docs/integrations/tanstack-query.md +++ b/apps/content/docs/integrations/tanstack-query.md @@ -204,7 +204,7 @@ const planet = await orpc.planet.find.call({ id: 123 }) ## Reactive Options -In reactive libraries like Vue or Solid, **TanStack Query** supports passing computed values as options. The exact usage varies by framework, so refer to the [Tanstack Vue Query documentation](https://tanstack.com/query/latest/docs/framework/vue/reactivity) or [Tanstack Solid Query documentation](https://tanstack.com/query/latest/docs/framework/solid/reference/useQuery#reactive-options) for details. +In reactive libraries like Vue or Solid, **TanStack Query** supports passing computed values as options. The exact usage varies by framework, so refer to the documentation for [Vue](https://tanstack.com/query/latest/docs/framework/vue/reactivity) or [Solid](https://tanstack.com/query/latest/docs/framework/solid/reference/useQuery#reactive-options) for details. ::: code-group