Skip to content

Commit 6e59e72

Browse files
authored
fix: internal link opening in a new tab (#741)
1 parent 00143dd commit 6e59e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/advanced/auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function getPrivatePosts() {
1717
}
1818
```
1919

20-
The `getUser` function can be [implemented using sessions](https://docs.solidjs.com/solid-start/advanced/session).
20+
The `getUser` function can be [implemented using sessions](/solid-start/advanced/session).
2121

2222
## Protected Routes
2323

0 commit comments

Comments
 (0)