From b88c7f47c4303dccaa19ffe59ec757770d993800 Mon Sep 17 00:00:00 2001 From: Roman Dmytrenko Date: Tue, 9 Jan 2024 00:09:04 +0200 Subject: [PATCH] fix: authentication reverse-proxy broken link (#166) 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.