summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/index.xml3
-rw-r--r--docs/manual/style/xsl/common.xsl2
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/index.xml b/docs/manual/index.xml
index 71159018d5..eed809e782 100644
--- a/docs/manual/index.xml
+++ b/docs/manual/index.xml
@@ -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>
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index 398a93a8af..4cccf3ddcd 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -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>