Skip to content

Commit a29d1c0

Browse files
author
Sameer Parekh
committed
Fix links to core.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77050 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1ec2b2f commit a29d1c0

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/manual/bind.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ <h2>See also</h2>
8888
See also the documentation on
8989
<a href="virtual-host.html">Virtual Hosts</a>,
9090
<a href="host.html">Non-IP virtual hosts</a>,
91-
<a href="core.html#bindaddress">BindAddress directive</a>,
92-
<a href="core.html#port">Port directive</a>
91+
<a href="mod/core.html#bindaddress">BindAddress directive</a>,
92+
<a href="mod/core.html#port">Port directive</a>
9393
and
94-
<a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
94+
<a href="mod/core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
9595
</ul>
9696

9797
<!--#include virtual="footer.html" -->

docs/manual/bind.html.en

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ not listening to, it cannot be accessed.
8888
See also the documentation on
8989
<a href="virtual-host.html">Virtual Hosts</a>,
9090
<a href="host.html">Non-IP virtual hosts</a>,
91-
<a href="core.html#bindaddress">BindAddress directive</a>,
92-
<a href="core.html#port">Port directive</a>
91+
<a href="mod/core.html#bindaddress">BindAddress directive</a>,
92+
<a href="mod/core.html#port">Port directive</a>
9393
and
94-
<a href="core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
94+
<a href="mod/core.html#virtualhost">&lt;VirtualHost&gt; section</a>.
9595
</ul>
9696

9797
<!--#include virtual="footer.html" -->

docs/manual/custom-error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <H1>Custom error responses</H1>
6161
ErrorDocument 401 /Subscription/how_to_subscribe.html
6262
</code></blockquote>
6363
The syntax is, <p>
64-
<code><A HREF="core.html#errordocument">ErrorDocument</A></code>
64+
<code><A HREF="mod/core.html#errordocument">ErrorDocument</A></code>
6565
&lt;3-digit-code&gt; action <p>
6666

6767
where the action can be,

docs/manual/custom-error.html.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ErrorDocument 404 /Lame_excuses/not_found.html <br>
6161
ErrorDocument 401 /Subscription/how_to_subscribe.html
6262
</code></blockquote>
6363
The syntax is, <p>
64-
<code><A HREF="core.html#errordocument">ErrorDocument</A></code>
64+
<code><A HREF="mod/core.html#errordocument">ErrorDocument</A></code>
6565
&lt;3-digit-code&gt; action <p>
6666

6767
where the action can be,

docs/manual/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ <h2>Installing Apache</h2>
109109
<p>
110110
By default the <code>srm.conf</code> and <code>access.conf</code> files are
111111
located by name; to specifically call them by other names, use the
112-
<A HREF="core.html#accessconfig">AccessConfig</A> and
113-
<A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
112+
<A HREF="mod/core.html#accessconfig">AccessConfig</A> and
113+
<A HREF="mod/core.html#resourceconfig">ResourceConfig</A> directives in
114114
<code>httpd.conf</code>.
115115

116116
<!--#include virtual="footer.html" -->

docs/manual/install.html.en

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ The server should be now running.
109109
<p>
110110
By default the <code>srm.conf</code> and <code>access.conf</code> files are
111111
located by name; to specifically call them by other names, use the
112-
<A HREF="core.html#accessconfig">AccessConfig</A> and
113-
<A HREF="core.html#resourceconfig">ResourceConfig</A> directives in
112+
<A HREF="mod/core.html#accessconfig">AccessConfig</A> and
113+
<A HREF="mod/core.html#resourceconfig">ResourceConfig</A> directives in
114114
<code>httpd.conf</code>.
115115

116116
<!--#include virtual="footer.html" -->

docs/manual/misc/security_tips.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <H2>Server Side Includes</H2>
2121
down the spine of any sys-admin.<p>
2222

2323
One solution is to disable that part of SSI. To do that you use the
24-
IncludesNOEXEC option to the <A HREF="core.html#options">Options</A>
24+
IncludesNOEXEC option to the <A HREF="../mod/core.html#options">Options</A>
2525
directive.<p>
2626

2727
<HR>

0 commit comments

Comments
 (0)