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.