From d692f4546cc18e8d224fa69388f396c49b1fd528 Mon Sep 17 00:00:00 2001 From: Ronald Eddy Jr Date: Wed, 22 Nov 2017 14:56:53 -0800 Subject: [PATCH] doc: update http URLs to https in CONTRIBUTING.md PR-URL: https://github.com/nodejs/node/pull/17261 Reviewed-By: James M Snell Reviewed-By: Myles Borins Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Anatoli Papirovski --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d60ae5c92e815..3392eb7c0ca1ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,9 +59,9 @@ In case of doubt, open an issue in the Especially do so if you plan to work on something big. Nothing is more frustrating than seeing your hard work go to waste because your vision does not align with the project team. (Node.js has two IRC channels: -[#Node.js](http://webchat.freenode.net/?channels=node.js) for general help and +[#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and questions, and -[#Node-dev](http://webchat.freenode.net/?channels=node-dev) for development of +[#Node-dev](https://webchat.freenode.net/?channels=node-dev) for development of Node.js core specifically). For instructions on updating the version of V8 included in the *deps/*