changeset 2300:c1808cb00a60

Fixed link to API endpoint in the stream "state" directive.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 05 Dec 2018 19:26:41 +0300
parents 486ea60817dc
children 4ec80aaee871
files xml/en/docs/stream/ngx_stream_upstream_module.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml
@@ -377,7 +377,7 @@ state /var/db/nginx/state/servers.conf; 
 The state is currently limited to the list of servers with their parameters.
 The file is read when parsing the configuration and is updated each time
 the upstream configuration is
-<link doc="../http/ngx_http_api_module.xml" id="http_upstreams_http_upstream_name_servers_">changed</link>.
+<link doc="../http/ngx_http_api_module.xml" id="stream_upstreams_stream_upstream_name_servers_">changed</link>.
 Changing the file content directly should be avoided.
 The directive cannot be used
 along with the <link id="server"/> directive.