From 7e4a46565b85832ea1974fe37a7d5df6865cb88f Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:12:07 +0300 Subject: [PATCH] fix(docs): fix broken link in Kubernetes guide --- src/content/docs/docs/guides/kubernetes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/docs/guides/kubernetes.mdx b/src/content/docs/docs/guides/kubernetes.mdx index 60f4e66..73309f4 100644 --- a/src/content/docs/docs/guides/kubernetes.mdx +++ b/src/content/docs/docs/guides/kubernetes.mdx @@ -208,7 +208,7 @@ If everything deploys correctly, Tinyauth should start up with no errors and be ## Using forward-auth Tinyauth officially supports only the Traefik proxy for forward-auth. However, it works with other proxies -like Istio. Instructions on these proxies can be found in the [community guide](/docs/community/kubernetes.mdx). +like Istio. Instructions on these proxies can be found in the [community guide](/docs/community/kubernetes/). To use Tinyauth as a forward-auth middleware in Traefik, just create a middleware using Traefik's CRD: @@ -267,4 +267,4 @@ to Tinyauth for authentication. :::caution Tinyauth only supports a single domain per ACL so, if you have multiple rules, you will need multiple ACLs. -::: \ No newline at end of file +:::