From 57d08dcb09b366874add332c62b162716cd61051 Mon Sep 17 00:00:00 2001 From: Danny Nemer Date: Sun, 28 Apr 2024 07:03:33 -0700 Subject: [PATCH] chore(docs): fix link in `session-strategies.mdx` (#10718) Co-authored-by: Nico Domino --- docs/pages/concepts/session-strategies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/concepts/session-strategies.mdx b/docs/pages/concepts/session-strategies.mdx index 4e1616ada5..a2dbc02231 100644 --- a/docs/pages/concepts/session-strategies.mdx +++ b/docs/pages/concepts/session-strategies.mdx @@ -9,7 +9,7 @@ When a user visits your application, you want them to not have to log in every s evaluate based on the requirements of your application. -You can configure the session strategy using the [`session.strategy`](/reference/core#session) option in the main Auth.js config file. +You can configure the session strategy using the [`session.strategy`](/reference/core#strategy) option in the main Auth.js config file. ## JWT Session