From: Dmitry Volyntsev Date: Thu, 18 Nov 2021 13:48:55 +0000 (+0000) Subject: Updated README with the reference to njs-examples repo. X-Git-Tag: 0.7.1~41 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=bb0ed2aa07ec29b526f530574b56aa9a71068abb;p=njs.git Updated README with the reference to njs-examples repo. --- diff --git a/README b/README index 26527c78..57de202c 100644 --- 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