From fbd68a1802e29c8242448e3d078b5d36e56ecad1 Mon Sep 17 00:00:00 2001 From: Natale Toscano <46127615+Vorelli@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:54:08 -0500 Subject: [PATCH] docs: Fix Adapters Link (#9009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update options.md * Apply suggestions from code review * Update options.md --------- Co-authored-by: Balázs Orbán --- docs/docs/configuration/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). ---