From 0965e3ac12bd66831ce4202e9f867be8da3edd66 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:12:25 +0100 Subject: [PATCH] Docs: Fix broken link (#57083) (#57109) * Docs: Fix broken link * Update docs/sources/setup-grafana/configure-security/configure-authentication/auth-proxy.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 5c2b72228769eb750e0a22a884b5ab4c94dbb1df) Co-authored-by: Ahmed --- .../configure-security/configure-authentication/auth-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/auth-proxy.md b/docs/sources/setup-grafana/configure-security/configure-authentication/auth-proxy.md index 6e3911a8253..9b425da7a47 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/auth-proxy.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/auth-proxy.md @@ -308,4 +308,4 @@ a login token and cookie. You only have to configure your auth proxy to provide Requests via other routes will be authenticated using the cookie. Use settings `login_maximum_inactive_lifetime_duration` and `login_maximum_lifetime_duration` under `[auth]` to control session -lifetime. [Read more about login tokens]({{< relref "/#login-and-short-lived-tokens" >}}) +lifetime. [Read more about login tokens]({{< relref "./#login-and-short-lived-tokens" >}}).