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

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

index 956ba75f37e4e868db640acb0d39e3a3e154cb18..17cf38b6708005e94f771b5302a83825e88d2f02 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 cc375e07282fb9fdb504b2f41fede2f1659a5999..8192076b259e323d57703ad7baadd5149653790c 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>