Skip to content

Commit

Permalink
Fix the Svelte links in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopkovacs committed Apr 11, 2024
1 parent 20e767d commit 85ccfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/framework/svelte/overview.md
Expand Up @@ -49,7 +49,7 @@ Then call any function (e.g. createQuery) from any component:

## SvelteKit

If you are using SvelteKit, please have a look at [SSR & SvelteKit](./ssr).
If you are using SvelteKit, please have a look at [SSR & SvelteKit](../ssr).

## Available Functions

Expand All @@ -71,4 +71,4 @@ Svelte Query offers useful functions and components that will make managing serv
Svelte Query offers an API similar to React Query, but there are some key differences to be mindful of.

- Many of the functions in Svelte Query return a Svelte store. To access values on these stores reactively, you need to prefix the store with a `$`. You can learn more about Svelte stores [here](https://svelte.dev/tutorial/writable-stores).
- If your query or mutation depends on variables, you must use a store for the options. You can read more about this [here](./reactivity).
- If your query or mutation depends on variables, you must use a store for the options. You can read more about this [here](../reactivity).

0 comments on commit 85ccfa4

Please sign in to comment.