From 52faeb182b5829c60d9750867df486f1f15581dc Mon Sep 17 00:00:00 2001 From: Roman Dmytrenko Date: Mon, 8 Jan 2024 23:11:08 +0200 Subject: [PATCH] fix: authentication reverse-proxy broken link fixes #165 --- configuration/authentication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/authentication.mdx b/configuration/authentication.mdx index 7fe09a7..ce61445 100644 --- a/configuration/authentication.mdx +++ b/configuration/authentication.mdx @@ -365,4 +365,4 @@ The `grace_period` is simply for the cleanup process. ## Reverse Proxy You can secure Flipt simply by running it behind a reverse proxy in your own trusted environment. -An example of this can be found in [authentication examples](https://github.com/flipt-io/flipt/tree/main/examples/auth) in the Flipt repository. +An example of this can be found in [authentication examples](https://github.com/flipt-io/flipt/tree/main/examples/authentication) in the Flipt repository.