summaryrefslogtreecommitdiffstats
path: root/docs/manual/getting-started.html.en
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2017-08-16 15:42:46 +0200
committerLuca Toscano <elukey@apache.org>2017-08-16 15:42:46 +0200
commitb15a33253fa96cad170431003738e1b5f5dc4b13 (patch)
treed03496276bad4e3fe3ffc1f0d659e69628c6ccd0 /docs/manual/getting-started.html.en
parentUpdate offsets (diff)
downloadapache2-b15a33253fa96cad170431003738e1b5f5dc4b13.tar.xz
apache2-b15a33253fa96cad170431003738e1b5f5dc4b13.zip
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805196 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 a9761363d3..3db9db2258 100644
--- a/docs/manual/getting-started.html.en
+++ b/docs/manual/getting-started.html.en
@@ -136,9 +136,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"><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
+in the configuration file, outside of any <code class="directive"><a href="./mod/core.html#directorysection">&lt;Directory&gt;</a></code>, <code class="directive"><a href="./mod/core.html#locationsection">&lt;Location&gt;</a></code>, <code class="directive"><a href="./mod/core.html#virtualhostsection">&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"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code> section referring to
+<code class="directive"><a href="./mod/core.html#directorysection">&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>