From 4e2432a1aa92f2ce527cbb041b45649a31afc204 Mon Sep 17 00:00:00 2001 From: Ronald Eddy Jr Date: Wed, 22 Nov 2017 15:07:47 -0800 Subject: [PATCH] doc: Update HTTP -> HTTPS in README.md URLs were updated to use HTTPS protocol in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa367eba6ea47..01d5ec1ba210c6 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ and set your expectations accordingly. The Node.js project maintains multiple types of releases: * **Current**: Released from active development branches of this repository, - versioned by [SemVer](http://semver.org/) and signed by a member of the + versioned by [SemVer](https://semver.org) and signed by a member of the [Release Team](#release-team). Code for Current releases is organized in this repository by major version number. For example: [v4.x](https://github.com/nodejs/node/tree/v4.x).