diff xml/en/docs/http/ngx_http_js_module.xml @ 2246:32ba43abf9cd

Renamed njs API, njs Changes.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 24 Sep 2018 19:24:04 +0300
parents 87a0e2c73a25
children 1101e24c6d14
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_js_module.xml
+++ b/xml/en/docs/http/ngx_http_js_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_js_module"
         link="/en/docs/http/ngx_http_js_module.html"
         lang="en"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -162,7 +162,7 @@ Sets an njs function for the specified v
 
 <para>
 Each HTTP njs handler receives one argument, a request
-<link doc="../njs/njs_api.xml" id="http_request">object</link>.
+<link doc="../njs/reference.xml" id="http">object</link>.
 </para>
 
 </section>