doc: correct apache docs link for allow/deny/order release_20150523-1
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 23 May 2015 19:55:39 +0000 (15:55 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 23 May 2015 19:55:39 +0000 (15:55 -0400)
lib/apache_auth.dtl

index 398a048..6937f58 100644 (file)
@@ -28,17 +28,17 @@ extern val requireGroup : [group] -> [Location];
 
 extern val orderAllowDeny : [Location];
 extern val orderDenyAllow : [Location];
-{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_access.html#order">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order">the
   Apache documentation</a>.}}
 
 extern val allowFromAll : [Location];
 extern val allowFrom : [no_spaces] -> [Location];
-{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_access.html#allow">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#allow">the
   Apache documentation</a>.}}
 
 extern val denyFromAll : [Location];
 extern val denyFrom : [no_spaces] -> [Location];
-{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_access.html#deny">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#deny">the
   Apache documentation</a>.}}
 
 extern val satisfyAll : [Location];