summaryrefslogtreecommitdiffstats
path: root/docs/manual/getting-started.html.en
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-04-30 07:32:08 +0200
committerChristophe Jaillet <jailletc36@apache.org>2014-04-30 07:32:08 +0200
commit0553f1a1a2461155c15eb16bdf7669c947896f1d (patch)
treed6652f9a9170814c3cf64f45adfffcbe1c3e27a8 /docs/manual/getting-started.html.en
parentCorrect typo as spoted in a comment in online doc (diff)
downloadapache2-0553f1a1a2461155c15eb16bdf7669c947896f1d.tar.xz
apache2-0553f1a1a2461155c15eb16bdf7669c947896f1d.zip
Add missing links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1591198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/getting-started.html.en')
-rw-r--r--docs/manual/getting-started.html.en4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en
index 956ba75f37..17cf38b670 100644
--- a/docs/manual/getting-started.html.en
+++ b/docs/manual/getting-started.html.en
@@ -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>