diff xml/en/docs/http/server_names.xml @ 374:a413dffb0557

Replaced "a href" with "link doc" / "link url".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Jan 2012 10:39:42 +0000
parents 4c6d2c614d2c
children 6135f3c95bf6
line wrap: on
line diff
--- a/xml/en/docs/http/server_names.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/http/server_names.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -14,7 +14,7 @@
 <link doc="ngx_http_core_module.xml" id="server_name"/>
 directive
 and determine which server block is used for a given request.
-See also &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;.
+See also &ldquo;<link doc="request_processing.xml"/>&rdquo;.
 They may be defined using exact names, wildcard names, or regular expressions:
 
 <programlisting>
@@ -269,7 +269,7 @@
 and not of the
 <link doc="ngx_http_core_module.xml" id="server_name"/>
 directive.
-See also &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;.
+See also &ldquo;<link doc="request_processing.xml"/>&rdquo;.
 You can define servers listening on ports *:80 and *:8080,
 and direct that one will be the default server for port *:8080,
 while the other will be the default for port *:80: