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 +:::