summaryrefslogtreecommitdiffstats
path: root/docs/manual/getting-started.html.en
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2017-08-18 10:24:45 +0200
committerLuca Toscano <elukey@apache.org>2017-08-18 10:24:45 +0200
commit05ed8fd266bbe2d005ab22f52b198245fb2b7295 (patch)
treef5a6c65210fcdc88c219009a4537b987ee0018cd /docs/manual/getting-started.html.en
parentdoc xsl/dtd: introduce idtype attribute for directivesynopsis (diff)
downloadapache2-05ed8fd266bbe2d005ab22f52b198245fb2b7295.tar.xz
apache2-05ed8fd266bbe2d005ab22f52b198245fb2b7295.zip
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805373 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 3db9db2258..a9761363d3 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#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
+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"><a href="./mod/core.html#directorysection">&lt;Directory&gt;</a></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>