changeset 990:f10ebd7c60b4

Fixed incorrect link.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Oct 2013 13:29:56 +0400
parents 32d6056db45b
children fdaafa908a31
files xml/en/docs/http/ngx_http_auth_basic_module.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_auth_basic_module.xml
+++ b/xml/en/docs/http/ngx_http_auth_basic_module.xml
@@ -22,7 +22,7 @@ using the “HTTP Basic Authentication” protocol.
 
 <para>
 Access can also be limited by
-<link doc="ngx_http_auth_basic_module.xml">address</link> or by the
+<link doc="ngx_http_access_module.xml">address</link> or by the
 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>.
 Simultaneous limitation of access by address and by password is controlled
 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.