diff xml/ru/docs/http/ngx_http_upstream.xml @ 79:0a45870d0160

Fixed cross-document links to use doc and id.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 12 Oct 2011 15:47:58 +0000
parents 4a4caa566120
children 1d315ef37215
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_upstream.xml	Wed Oct 12 05:36:20 2011 +0000
+++ b/xml/ru/docs/http/ngx_http_upstream.xml	Wed Oct 12 15:47:58 2011 +0000
@@ -11,8 +11,8 @@
 <para>
 Модуль позволяет описывать группы серверов,
 которые могут использоваться в директивах
-<link doc="ngx_http_proxy_module.xml#proxy_pass">proxy_pass</link>
-и <link doc="ngx_http_fastcgi_module.xml#fastcgi_pass">fastcgi_pass</link>.
+<link doc="ngx_http_proxy_module.xml" id="proxy_pass">proxy_pass</link>
+и <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass">fastcgi_pass</link>.
 </para>
 
 </section>
@@ -107,8 +107,8 @@
 По умолчанию число попыток равно одной.
 Нулевое значение запрещает учёт попыток.
 Что считается неудачной попыткой, задаётся директивами
-<link doc="ngx_http_proxy_module.xml#proxy_next_upstream">proxy_next_upstream</link>
-и <link doc="ngx_http_fastcgi_module.xml#fastcgi_next_upstream">fastcgi_next_upstream</link>.
+<link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream">proxy_next_upstream</link>
+и <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream">fastcgi_next_upstream</link>.
 Состояние http_404 не считается неудачной попыткой.
 </listitem>