Skip to content

Commit effc8f0

Browse files
committed
Fix the Svelte links in the docs
1 parent f9f79c3 commit effc8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/svelte/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then call any function (e.g. createQuery) from any component:
4949

5050
## SvelteKit
5151

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).
5353

5454
## Available Functions
5555

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

7373
- 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

Comments
 (0)