Skip to content

Commit af114ca

Browse files
authored
Update universal vs server documentation link (sveltejs#410)
1 parent 489e424 commit af114ca

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/04-advanced-sveltekit/05-advanced-loading/01-universal-load-functions

1 file changed

+1
-1
lines changed

content/tutorial/04-advanced-sveltekit/05-advanced-loading/01-universal-load-functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ We can now use the `component` returned from these `load` functions like any oth
3434
</nav>
3535
```
3636

37-
Read the [documentation](https://kit.svelte.dev/docs/load#shared-vs-server) to learn more about the distinction between server `load` functions and universal `load` functions, and when to use which.
37+
Read the [documentation](https://kit.svelte.dev/docs/load#universal-vs-server) to learn more about the distinction between server `load` functions and universal `load` functions, and when to use which.

0 commit comments

Comments
 (0)