You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/svelte/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Then call any function (e.g. createQuery) from any component:
49
49
50
50
## SvelteKit
51
51
52
-
If you are using SvelteKit, please have a look at [SSR & SvelteKit](./ssr).
52
+
If you are using SvelteKit, please have a look at [SSR & SvelteKit](../ssr).
53
53
54
54
## Available Functions
55
55
@@ -71,4 +71,4 @@ Svelte Query offers useful functions and components that will make managing serv
71
71
Svelte Query offers an API similar to React Query, but there are some key differences to be mindful of.
72
72
73
73
- 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).
74
-
- If your query or mutation depends on variables, you must use a store for the options. You can read more about this [here](./reactivity).
74
+
- 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 commit comments