You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/02/20 00:42:41 UTC

svn commit: r1447968 - in /httpd/httpd/trunk/docs/manual: index.xml style/xsl/common.xsl

Author: rbowen
Date: Tue Feb 19 23:42:40 2013
New Revision: 1447968

URL: http://svn.apache.org/r1447968
Log:
Remove redundant 'directives' list, and use the more-useful
quickreference doc instead.

Modified:
    httpd/httpd/trunk/docs/manual/index.xml
    httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Modified: httpd/httpd/trunk/docs/manual/index.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/index.xml?rev=1447968&r1=1447967&r2=1447968&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/index.xml (original)
+++ httpd/httpd/trunk/docs/manual/index.xml Tue Feb 19 23:42:40 2013
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/common.xsl?rev=1447968&r1=1447967&r2=1447968&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/xsl/common.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/xsl/common.xsl Tue Feb 19 23:42:40 2013
@@ -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>