Skip to content

Commit

Permalink
chore(adapter-pg): fix broken link (#10803)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Domino <yo@ndo.dev>
  • Loading branch information
k-taro56 and ndom91 committed May 6, 2024
1 parent 65f2fce commit d55b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-pg/src/index.ts
Expand Up @@ -34,7 +34,7 @@ export function mapExpiresAt(account: any): any {
/**
* ## Setup
*
* The SQL schema for the tables used by this adapter is as follows. Learn more about the models at our doc page on [Database Models](https://authjs.dev/getting-started/adapters#models).
* The SQL schema for the tables used by this adapter is as follows. Learn more about the models at our doc page on [Database Models](https://authjs.dev/getting-started/database#models).
*
* ```sql
* CREATE TABLE verification_token (
Expand Down

0 comments on commit d55b156

Please sign in to comment.