Skip to content

Commit

Permalink
Docs: Fix adapter reference links (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Sep 16, 2023
1 parent fbc673a commit 56c89f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/content/reference/database-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ type Adapter = {
SessionAdapter;
```

| type |
| ------------------------------------------------------------------------- |
| [`UserAdapter`](/extending-lucia/database-adapters-api#useradapter) |
| [`SessionAdapter`](/extending-lucia/database-adapters-api#sessionadapter) |
| type |
| --------------------------------------------------------------- |
| [`UserAdapter`](/reference/database-adapter/#useradapter) |
| [`SessionAdapter`](/reference/database-adapter/#sessionadapter) |

### `getSessionAndUser()`

Expand Down

0 comments on commit 56c89f6

Please sign in to comment.