Skip to content

Commit d55b156

Browse files
k-taro56ndom91
andauthored
chore(adapter-pg): fix broken link (#10803)
Co-authored-by: Nico Domino <[email protected]>
1 parent 65f2fce commit d55b156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-pg/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function mapExpiresAt(account: any): any {
3434
/**
3535
* ## Setup
3636
*
37-
* 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).
37+
* 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).
3838
*
3939
* ```sql
4040
* CREATE TABLE verification_token (

0 commit comments

Comments
 (0)