From 89e045ecbc23e8df094421ac494774c07550fefb Mon Sep 17 00:00:00 2001 From: Thomas Kula Date: Wed, 13 Jun 2018 15:53:00 -0400 Subject: [PATCH] website: Fix link in connect intentions doc --- website/source/docs/connect/intentions.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/connect/intentions.html.md b/website/source/docs/connect/intentions.html.md index 20fd6938f1..b39a62b10b 100644 --- a/website/source/docs/connect/intentions.html.md +++ b/website/source/docs/connect/intentions.html.md @@ -20,7 +20,7 @@ is allowed by testing the intentions. If authorize returns false the connection must be terminated. The default intention behavior is defined by the default -[ACL policy](/docs/guides/acls.html). If the default ACL policy is "allow all", +[ACL policy](/docs/guides/acl.html). If the default ACL policy is "allow all", then all Connect connections are allowed by default. If the default ACL policy is "deny all", then all Connect connections are denied by default.