From 97e315a7e5b01c0acebbd7206244175cc27edc27 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 -> HTTPs in CONTRIBUTING.md URLs were updated to use HTTPS protocol in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b234f9354883cb..633b28e3b32795 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,9 +221,9 @@ In case of doubt, open an issue in the [issue tracker](https://github.com/nodejs/node/issues/) or contact one of the [project Collaborators](https://github.com/nodejs/node/#current-project-team-members). 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. ### Setting up your local environment