]> git.kaiwu.me - njs.git/commitdiff
Updated README with the reference to njs-examples repo.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 18 Nov 2021 13:48:55 +0000 (13:48 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 18 Nov 2021 13:48:55 +0000 (13:48 +0000)
README

diff --git a/README b/README
index 26527c7827060edf7925c3abf2a247b0fb02000a..57de202ce98d2e5143efc3a79f22bb68c9771655 100644 (file)
--- a/README
+++ b/README
@@ -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 extensions. The compliance is still evolving.
 
 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@nginx.org (http://mailman.nginx.org/mailman/listinfo/nginx-devel)
+    nginx-devel@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