]> granicus.if.org Git - apache/commitdiff
Remove redundant 'directives' list, and use the more-useful
authorRich Bowen <rbowen@apache.org>
Tue, 19 Feb 2013 23:42:40 +0000 (23:42 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 19 Feb 2013 23:42:40 +0000 (23:42 +0000)
quickreference doc instead.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1447968 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/index.xml
docs/manual/style/xsl/common.xsl

index 71159018d50c398ba99df502d93cf860a5cb0d14..eed809e7826de21468f78cb75df64d96da16cfee 100644 (file)
@@ -38,8 +38,7 @@ Documentation</title>
     <page href="install.html">Compiling and Installing</page>
     <page href="invoking.html">Starting</page>
     <page href="stopping.html">Stopping or Restarting</page>
-    <page href="mod/directives.html">Run-time Configuration Directives</page>
-    <page href="mod/quickreference.html">Directive Quick-Reference</page>
+    <page href="mod/quickreference.html">Run-time Configuration Directives</page>
     <page href="mod/">Modules</page>
     <page href="mpm.html">Multi-Processing Modules (MPMs)</page>
     <page href="filter.html">Filters</page>
index 398a93a8af6e328d3efa2c6a10ae48968acf65f1..4cccf3ddcd5752d8f962e08db05a046b234f3b9d 100644 (file)
@@ -559,7 +559,7 @@ if (typeof(prettyPrint) !== 'undefined') {
 
     <xsl:text> | </xsl:text>
 
-    <a href="{$path}/mod/directives.html">
+    <a href="{$path}/mod/quickreference.html">
         <xsl:value-of select="$message[@id='directives']" />
     </a>