From 5db9adc7e33391243f1c28d3b14c4d87b137de72 Mon Sep 17 00:00:00 2001 From: Michael Campbell <47434940+mpdcampbell@users.noreply.github.com> Date: Mon, 4 Oct 2021 02:13:54 +0100 Subject: [PATCH] docs: fix broken url in config.template.yml (#2443) * docs: fix broken url in config.template.yml --- config.template.yml | 2 +- internal/configuration/config.template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.template.yml b/config.template.yml index e21d4291a..3e81f169c 100644 --- a/config.template.yml +++ b/config.template.yml @@ -390,7 +390,7 @@ session: domain: example.com ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. - ## Please read https://www.authelia.com/docs/configuration/session.html#same_site + ## Please read https://www.authelia.com/docs/configuration/session/#same_site same_site: lax ## The secret to encrypt the session data. This is only used with Redis / Redis Sentinel. diff --git a/internal/configuration/config.template.yml b/internal/configuration/config.template.yml index e21d4291a..3e81f169c 100644 --- a/internal/configuration/config.template.yml +++ b/internal/configuration/config.template.yml @@ -390,7 +390,7 @@ session: domain: example.com ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. - ## Please read https://www.authelia.com/docs/configuration/session.html#same_site + ## Please read https://www.authelia.com/docs/configuration/session/#same_site same_site: lax ## The secret to encrypt the session data. This is only used with Redis / Redis Sentinel.