diff options
author | Ronald Eddy Jr <ronald_eddy@yahoo.com> | 2017-11-22 14:56:53 -0800 |
---|---|---|
committer | Anatoli Papirovski <apapirovski@mac.com> | 2017-11-23 16:01:48 -0500 |
commit | de3bb8f84386e9090602e4a276ad8a8686223380 (patch) | |
tree | 5b5693f07ab7386fd115170f2ef5bb3a8e831cb9 /CONTRIBUTING.md | |
parent | 088bba31a3b0222f263470fc9c95770466d16d86 (diff) | |
download | node-new-de3bb8f84386e9090602e4a276ad8a8686223380.tar.gz |
doc: update http URLs to https in CONTRIBUTING.md
PR-URL: https://github.com/nodejs/node/pull/17261
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b234f93548..633b28e3b3 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 |