From bb0ed2aa07ec29b526f530574b56aa9a71068abb Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Thu, 18 Nov 2021 13:48:55 +0000 Subject: [PATCH] Updated README with the reference to njs-examples repo. --- README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.47.3