[njs] Updated README with the reference to njs-examples repo.

Dmitry Volyntsev xeioex at nginx.com
Thu Nov 18 13:55:02 UTC 2021


details:   https://hg.nginx.org/njs/rev/a57d9a17f702
branches:  
changeset: 1749:a57d9a17f702
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Thu Nov 18 13:48:55 2021 +0000
description:
Updated README with the reference to njs-examples repo.

diffstat:

 README |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 315969946708 -r a57d9a17f702 README
--- a/README	Wed Nov 17 19:14:19 2021 +0300
+++ b/README	Thu Nov 18 13:48:55 2021 +0000
@@ -1,6 +1,6 @@
 
 NGINX JavaScript (njs)
-----------
+----------------------
 
 njs is a subset of the JavaScript language that allows extending nginx
 functionality. njs is created in compliance with ECMAScript 5.1 (strict mode)
@@ -8,16 +8,20 @@ with some ECMAScript 6 and later extensi
 
 The documentation is available online:
 
-  http://nginx.org/en/docs/njs/
+  https://nginx.org/en/docs/njs/
+
+Additional examples and howtos can be found here:
+
+  https://github.com/nginx/njs-examples
 
 Please ask questions, report issues, and send patches to the mailing list:
 
-    nginx-devel at nginx.org (http://mailman.nginx.org/mailman/listinfo/nginx-devel)
+    nginx-devel at nginx.org (https://mailman.nginx.org/mailman/listinfo/nginx-devel)
 
 or via Github:
 
     https://github.com/nginx/njs
 
 --
-NGINX, Inc., http://nginx.com
+NGINX, Inc., https://nginx.com
 


More information about the nginx-devel mailing list