changeset 4083:44c1953c266c

Cleaned up links.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 Sep 2011 13:27:18 +0000
parents 1601b196e3eb
children b7c944d1a5a8
files docs/xml/http/ngx_http_core_module.xml
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/http/ngx_http_core_module.xml
+++ b/docs/xml/http/ngx_http_core_module.xml
@@ -441,7 +441,7 @@ using XFS under Linux, it needs to be in
 Defines the URI that will be shown for the specified errors.
 These directives are inherited from the previous level if and
 only if there are no
-<link doc="../core_module.xml" id="error_page">error_page</link>
+<command>error_page</command>
 directives on
 the current level.
 A URI value can contain variables.
@@ -1039,7 +1039,7 @@ used for request redirection.
 
 <para>
 Enables or disables logging of errors about not found files into the
-<link doc="ngx_core_module.xml" id="error_log">error_log</link>.
+<link doc="../ngx_core_module.xml" id="error_log">error_log</link>.
 </para>
 
 </directive>
@@ -1352,7 +1352,7 @@ On FreeBSD, the
 <code>fcntl(O_READAHEAD,</code><argument>size</argument><code>)</code>
 system call is used, supported in FreeBSD&nbsp;9.0-CURRENT.
 FreeBSD&nbsp;7 needs to be
-<link doc="http://sysoev.ru/freebsd/patch.readahead.txt">patched</link>.
+<link url="http://sysoev.ru/freebsd/patch.readahead.txt">patched</link>.
 </para>
 
 </directive>
@@ -1556,7 +1556,7 @@ Instead, the <link id="listen">listen</l
 addresses and ports that should accept connections for a server, and the
 <link id="server_name">server_name</link> directive lists all server names.
 An example configuration is provided in the
-<link doc="/docs/virtual_hosts.xml">
+<link doc="../virtual_hosts.xml">
 Setting Up Virtual Servers</link> document.
 </para>
 
@@ -1716,7 +1716,7 @@ If this field is not present, an IP addr
 <para>
 Sets the maximum <argument>size</argument> of the server names hash tables.
 For more information, please refer to
-<link doc="/docs/hash.xml">Setting Up Hashes</link>.
+<link doc="../hash.xml">Setting Up Hashes</link>.
 </para>
 
 </directive>
@@ -1731,7 +1731,7 @@ For more information, please refer to
 Sets the bucket size for the server names hash tables.
 Default value depends on the size of the processor's cache line.
 For more information, please refer to
-<link doc="/docs/hash.xml">Setting Up Hashes</link>.
+<link doc="../hash.xml">Setting Up Hashes</link>.
 </para>
 
 </directive>
@@ -2144,7 +2144,7 @@ same as <var>$args</var>
 
 <tag-name><var>$scheme</var></tag-name>
 <tag-desc>
-request scheme, <dq><code>http</code></dq> or <dq><code>https</code>></dq>
+request scheme, <dq><code>http</code></dq> or <dq><code>https</code></dq>
 </tag-desc>
 
 <tag-name><var>$server_protocol</var></tag-name>