Skip to content

Commit 95a6125

Browse files
committed
chore(docs): fix reference/core link
1 parent 016a118 commit 95a6125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/concepts/database-models.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ The User model is for information such as the user's name and email address. Ema
6464

6565
**OAuth sign in**
6666

67-
If the first sign-in is via the [OAuth Provider](/reference/core/providers/oauth), the default data
67+
If the first sign-in is via the [OAuth Provider](/getting-started/authentication/oauth), the default data
6868
saved is `id`, `name`, `email` and `image`. You can add more profile data by returning extra
6969
fields in your [OAuth provider](/guides/configuring-oauth-providers#use-your-own-provider)'s [`profile()`](/reference/core/providers#profile) callback.
7070

7171
**Magic links sign in**
7272

73-
If the first sign-in is via the [Email Provider](/reference/core/providers/email), then the saved user will have `id`, `email`, `emailVerified`, where `emailVerified` is the timestamp of when the user was created.
73+
If the first sign-in is via the [Email Provider](/getting-started/authentication/email), then the saved user will have `id`, `email`, `emailVerified`, where `emailVerified` is the timestamp of when the user was created.
7474

7575
### Account
7676

0 commit comments

Comments
 (0)