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