From 3139b40d5c2172276026365845a67e13c09c515b Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 23 May 2015 15:55:39 -0400 Subject: [PATCH] doc: correct apache docs link for allow/deny/order --- lib/apache_auth.dtl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/apache_auth.dtl b/lib/apache_auth.dtl index 398a048..6937f58 100644 --- a/lib/apache_auth.dtl +++ b/lib/apache_auth.dtl @@ -28,17 +28,17 @@ extern val requireGroup : [group] -> [Location]; extern val orderAllowDeny : [Location]; extern val orderDenyAllow : [Location]; -{{See the +{{See the Apache documentation.}} extern val allowFromAll : [Location]; extern val allowFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val denyFromAll : [Location]; extern val denyFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val satisfyAll : [Location]; -- 2.20.1