From d3658a665a87fd7d456254d301fd51b9a78ed1b6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 16 Sep 2016 20:04:50 -0700 Subject: [PATCH 1/2] doc: add link to help repo in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df9cb943a4decf..a621b47ec0cc3e 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][] @@ -386,6 +387,7 @@ keys: [Website]: https://nodejs.org/en/ [Contributing to the project]: CONTRIBUTING.md +[Node.js Help]: http://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 From 555aaac9ab6560146fa426647c72e609f229a27c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 16 Sep 2016 22:14:56 -0700 Subject: [PATCH 2/2] squash: http -> https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a621b47ec0cc3e..88e4f2b328601b 100644 --- a/README.md +++ b/README.md @@ -387,7 +387,7 @@ keys: [Website]: https://nodejs.org/en/ [Contributing to the project]: CONTRIBUTING.md -[Node.js Help]: http://github.com/nodejs/help +[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