From a93e44f20cf5028d994f65e6d31a5b747a4e184f Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 6 Jul 2020 16:16:09 -0500 Subject: [PATCH] docs: fix link to connect authorize endpoint (#8248) /docs/connect/intentions has a broken link presumably meant to go to /api-docs/agent/connect#authorize This PR fixes the link. --- website/pages/docs/connect/intentions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/connect/intentions.mdx b/website/pages/docs/connect/intentions.mdx index c6e93ddf56..00337d9811 100644 --- a/website/pages/docs/connect/intentions.mdx +++ b/website/pages/docs/connect/intentions.mdx @@ -17,7 +17,7 @@ managed via the API, CLI, or UI. Intentions are enforced by the [proxy](/docs/connect/proxies) or [natively integrated application](/docs/connect/native) on inbound connections. After verifying the TLS client certificate, the -[authorize API endpoint](#) is called which verifies the connection +[authorize API endpoint](/api-docs/agent/connect#authorize) is called which verifies the connection is allowed by testing the intentions. If authorize returns false the connection must be terminated.