diff --git a/docs/docs/configuration/options.md b/docs/docs/configuration/options.md index 0ae7c639d6..7d718e9abc 100644 --- a/docs/docs/configuration/options.md +++ b/docs/docs/configuration/options.md @@ -310,7 +310,7 @@ events: { #### Description -By default NextAuth.js does not include an adapter any longer. If you would like to persist user / account data, please install one of the many available adapters. More information can be found in the [adapter documentation](https://authjs.dev/reference/adapters). +By default NextAuth.js does not include an adapter any longer. If you would like to persist user / account data, please install one of the many available adapters. More information can be found in the [adapter documentation](https://authjs.dev/getting-started/adapters). ---