From 64028c4a555c6ec41ae48e695c30b11ae8cae40b Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 14 May 2019 10:54:06 +0200 Subject: [PATCH] Move URLs from HTTP to HTTPS --- package.json | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fd03bca..a58d6b6 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ ], "repository": "wooorm/bcp-47-match", "bugs": "https://github.com/wooorm/bcp-47-match/issues", - "author": "Titus Wormer (http://wooorm.com)", + "author": "Titus Wormer (https://wooorm.com)", "contributors": [ - "Titus Wormer (http://wooorm.com)" + "Titus Wormer (https://wooorm.com)" ], "files": [ "index.js" diff --git a/readme.md b/readme.md index 6efc6e0..57d0490 100644 --- a/readme.md +++ b/readme.md @@ -208,7 +208,7 @@ Returns the first match, if any. [license]: license -[author]: http://wooorm.com +[author]: https://wooorm.com [bcp47]: https://github.com/wooorm/bcp-47