From 64c4bb30fe54af4b470c2b3380669b9a16b7aa3b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 16 Sep 2016 20:04:50 -0700 Subject: [PATCH] doc: add link to help repo in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include link to Node.js help repo (for end user questions on how to use Node.js) in the README. PR-URL: https://github.com/nodejs/node/pull/8570 Reviewed-By: Colin Ihrig Reviewed-By: Teddy Katz Reviewed-By: Luigi Pinca Reviewed-By: Сковорода Никита Андреевич --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 019d67a0a33b9d..73f3596d4f92b6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ If you need help using or installing Node.js, please use the ### Official Resources * [Website][] +* [Node.js Help][] * [Contributing to the project][] * IRC (node core development): [#node-dev on chat.freenode.net][] @@ -380,6 +381,7 @@ keys: [Website]: https://nodejs.org/en/ [Contributing to the project]: CONTRIBUTING.md +[Node.js Help]: https://github.com/nodejs/help [Node.js Moderation Policy]: https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md [#node.js on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4 [#node-dev on chat.freenode.net]: https://webchat.freenode.net?channels=node-dev&uio=d4