]> granicus.if.org Git - apache/commitdiff
fix links
authorDaniel Gruno <humbedooh@apache.org>
Wed, 16 Jan 2013 18:53:03 +0000 (18:53 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 16 Jan 2013 18:53:03 +0000 (18:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1434107 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_core.xml

index d33a2197b1be92814b45930caeab9145378d26ea..c164dea3020a82eb0ba81a83957b9c9b8b8e17e5 100644 (file)
@@ -347,7 +347,7 @@ Require group admin
 
     <p>When multiple <directive>Require</directive> directives are
     used in a single
-    <a href="../sections.html#mergin">configuration section</a>
+    <a href="../sections.html#merging">configuration section</a>
     and are not contained in another authorization directive like
     <directive module="mod_authz_core" type="section">RequireAll</directive>,
     they are implicitly contained within a
@@ -360,7 +360,7 @@ Require group admin
     <p>Exercise caution when setting authorization directives in
     <directive module="core">Location</directive> sections
     that overlap with content served out of the filesystem.  
-    By default, these <a href="../sections.html#mergin"
+    By default, these <a href="../sections.html#merging"
     >configuration sections</a> overwrite authorization configuration
     in <directive module="core">Directory</directive>,  
     and <directive module="core">Files</directive> sections.</p>
@@ -501,7 +501,7 @@ sections.</description>
 
 <usage>
     <p>When authorization is enabled, it is normally inherited by each
-    subsequent <a href="../sections.html#mergin">configuration section</a>,
+    subsequent <a href="../sections.html#merging">configuration section</a>,
     unless a different set of authorization directives are specified.
     This is the default action, which corresponds to an explicit setting
     of <code>AuthMerging Off</code>.</p>