From ebfde8f33eb4ab684d8bb38ad617b8ccff51567b Mon Sep 17 00:00:00 2001 From: Kuba Wieczorek Date: Mon, 16 Oct 2023 14:24:02 +0100 Subject: [PATCH] Docs: fix a broken link to file sink page on the Agent and Proxy Auto-Auth page (#23661) --- website/content/docs/agent-and-proxy/autoauth/sinks/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/agent-and-proxy/autoauth/sinks/index.mdx b/website/content/docs/agent-and-proxy/autoauth/sinks/index.mdx index aa17397cc3..55a12d6b73 100644 --- a/website/content/docs/agent-and-proxy/autoauth/sinks/index.mdx +++ b/website/content/docs/agent-and-proxy/autoauth/sinks/index.mdx @@ -8,4 +8,4 @@ description: Sinks for Auto-Auth Every time an auto-auth authentication is successful, the token is written to the enabled Sinks, subject to their configuration. Today, we only support one -type of sink, [file sink](/vault/docs/agent-and-proxy/sinks/file). +type of sink, [file sink](/vault/docs/agent-and-proxy/autoauth/sinks/file).