]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typos leading to broken links!
authorNick Kew <niq@apache.org>
Tue, 1 Mar 2011 00:59:42 +0000 (00:59 +0000)
committerNick Kew <niq@apache.org>
Tue, 1 Mar 2011 00:59:42 +0000 (00:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075602 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index e48824d7aebb944b30d55d5694dffd402fc079ff..c6892ac9c914111cf7734e8e5883af4d773f6cc0 100644 (file)
@@ -1345,7 +1345,7 @@ the left-hand-side expression.</p></li>
 
 <note><title>SSLRequire is deprecated</title>
 <p><code>SSLRequire</code> is deprecated and should in general be replaced
-by <a href="mod/mod_authz_core.html#reqexpr">Require expr</a>. The so called
+by <a href="mod_authz_core.html#reqexpr">Require expr</a>. The so called
 <a href="../expr.html">ap_expr</a> syntax of <code>Require expr</code> is
 a superset of the syntax of <code>SSLRequire</code>, with the following
 exception:</p>
@@ -1368,7 +1368,7 @@ For the latter, there are also aliases without the leading dashes:
 <seealso><a href="../env.html">Environment Variables in Apache HTTP Server</a>,
 for additional examples.
 </seealso>
-<seealso><a href="mod/mod_authz_core.html#reqexpr">Require expr</a></seealso>
+<seealso><a href="mod_authz_core.html#reqexpr">Require expr</a></seealso>
 <seealso><a href="../expr.html">Generic expression syntax in Apache HTTP Server</a>
 </seealso>
 </directivesynopsis>