]> granicus.if.org Git - apache/commitdiff
Fix links.
authorJoshua Slive <slive@apache.org>
Thu, 13 Dec 2001 21:46:05 +0000 (21:46 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 13 Dec 2001 21:46:05 +0000 (21:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92462 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/upgrading.html.en

index dae5d6e8a6b4fd32bfcc91ea47124da2cbf243e0..e272c2d127d6ff9480fbac7f36fecb76f84fcd75 100644 (file)
     
     <dt><code>default</code><dd>The treatment of requests with
     trailing pathname information is determined by the <a
-    href="../handlers.html">handler</a> responsible for the request.
+    href="../handler.html">handler</a> responsible for the request.
     The core handler for normal files defaults to rejecting PATH_INFO.
     Handlers that serve scripts, such as <a
     href="mod_cgi.html">cgi-script</a> and <a
index 001cb52349cf44f072fce0ca4e0cfe5b121e7d4d..2cc7b448d5c59a4c1b4f2849e7c11c1d3e96462f 100644 (file)
@@ -61,7 +61,7 @@
       href="mod/mod_include.html">INCLUDES</a> are implemented on top
       of the core handler, and therefore reject requests with
       PATH_INFO.  You can use the <a
-      href="core.html#acceptpathinfo">AcceptPathInfo</a> directive to
+      href="mod/core.html#acceptpathinfo">AcceptPathInfo</a> directive to
       force the core handler to accept requests with PATH_INFO and
       thereby restore the ability to use PATH_INFO in server-side 
       includes.</li>