diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-04-30 07:32:08 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-04-30 07:32:08 +0200 |
commit | 0553f1a1a2461155c15eb16bdf7669c947896f1d (patch) | |
tree | d6652f9a9170814c3cf64f45adfffcbe1c3e27a8 /docs/manual/getting-started.html.en | |
parent | Correct typo as spoted in a comment in online doc (diff) | |
download | apache2-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.en | 4 |
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"><Directory></code>, <code class="directive"><Location></code>, <code class="directive"><VirtualHost></code>, or other section. If it is to +in the configuration file, outside of any <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>, <code class="directive"><a href="./mod/core.html#location"><Location></a></code>, <code class="directive"><a href="./mod/core.html#virtualhost"><VirtualHost></a></code>, or other section. If it is to apply only to a particular directory, then it should go inside a -<code class="directive"><Directory></code> section referring to +<code class="directive"><a href="./mod/core.html#directory"><Directory></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> |