diff xml/en/docs/njs/index.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 8cef5ef98336
line wrap: on
line diff
--- a/xml/en/docs/njs/index.xml
+++ b/xml/en/docs/njs/index.xml
@@ -9,7 +9,7 @@
 <article name="njs scripting language"
         link="/en/docs/njs/index.html"
         lang="en"
-        rev="24"
+        rev="25"
         toc="no">
 
 <section id="links">
@@ -22,11 +22,11 @@
 </listitem>
 
 <listitem>
-<link doc="njs_changes.xml"/>
+<link doc="changes.xml"/>
 </listitem>
 
 <listitem>
-<link doc="njs_api.xml"/>
+<link doc="reference.xml"/>
 </listitem>
 
 <listitem>
@@ -121,7 +121,7 @@ To use njs in nginx:
 <listitem id="hello_world">
 <para>
 create an njs script file, for example, <path>hello_world.js</path>.
-See <link doc="njs_api.xml">Reference</link>
+See <link doc="reference.xml">Reference</link>
 for the list of njs properties and methods.
 <example>
 function hello(r) {