Skip to content

Commit

Permalink
fix: internal link opening in a new tab (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
romil-soni authored May 25, 2024
1 parent 00143dd commit 6e59e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solid-start/advanced/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function getPrivatePosts() {
}
```

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

## Protected Routes

Expand Down

0 comments on commit 6e59e72

Please sign in to comment.