details: https://hg.nginx.org/njs/rev/a57d9a17f702 branches: changeset: 1749:a57d9a17f702 user: Dmitry Volyntsev <[email protected]> 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: - [email protected] (http://mailman.nginx.org/mailman/listinfo/nginx-devel) + [email protected] (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 _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
