Skip to content

Commit 0abcacd

Browse files
authored
docs: fix links (#12898)
1 parent 304755e commit 0abcacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/40-best-practices/03-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In contrast, JWT generally are not checked against a datastore, which means they
1414

1515
## Integration points
1616

17-
Auth [cookies](types#public-types-cookies) can be checked inside [server hooks](hooks#server-hooks). If a user is found matching the provided credentials, the user information can be stored in [`locals`](hooks#server-hooks-locals).
17+
Auth [cookies](@sveltejs-kit#Cookies) can be checked inside [server hooks](hooks#Server-hooks). If a user is found matching the provided credentials, the user information can be stored in [`locals`](hooks#Server-hooks-handle).
1818

1919
## Guides
2020

0 commit comments

Comments
 (0)