Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/content/docs/adapters/tanstack-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/content/docs/integrations/tanstack-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

Expand Down
Loading