]> granicus.if.org Git - apache/commitdiff
Add missing links
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 05:23:42 +0000 (05:23 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 30 Apr 2014 05:23:42 +0000 (05:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591197 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/getting-started.html.en
docs/manual/getting-started.xml

index 49f5734e4eb95dcd345804fdc4e7772ebe500a75..2e399f99bd8de9ec0868e23f87157e0b9f4b2136 100644 (file)
@@ -134,9 +134,9 @@ arguments that set its value.</p>
 <p>The question of "<em>Where should I put that
 directive?</em>" is generally answered by considering where you want a
 directive to be effective. If it is a global setting, it should appear
-in the configuration file, outside of any <code class="directive">&lt;Directory&gt;</code>, <code class="directive">&lt;Location&gt;</code>, <code class="directive">&lt;VirtualHost&gt;</code>, or other section. If it is to
+in the configuration file, outside of any <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>, <code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code>, <code class="directive"><a href="./mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>, or other section. If it is to
 apply only to a particular directory, then it should go inside a
-<code class="directive">&lt;Directory&gt;</code> section referring to
+<code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code> section referring to
 that directory, and so on. See the <a href="sections.html">Configuration
 Sections</a> document for further discussion of these sections.</p>
 
index e4d5eb578773f40237997f38cb200020c9d90ced..730b756118bd3a9e5ad2bb702c4e88e17acab14e 100644 (file)
@@ -133,11 +133,11 @@ arguments that set its value.</p>
 directive?</em>" is generally answered by considering where you want a
 directive to be effective. If it is a global setting, it should appear
 in the configuration file, outside of any <directive
-type="section">Directory</directive>, <directive
-type="section">Location</directive>, <directive
-type="section">VirtualHost</directive>, or other section. If it is to
+type="section" module="core">Directory</directive>, <directive
+type="section" module="core">Location</directive>, <directive
+type="section" module="core">VirtualHost</directive>, or other section. If it is to
 apply only to a particular directory, then it should go inside a
-<directive type="section">Directory</directive> section referring to
+<directive type="section" module="core">Directory</directive> section referring to
 that directory, and so on. See the <a href="sections.html">Configuration
 Sections</a> document for further discussion of these sections.</p>