From f470a4137d3142342ea3b24b203825b623526def Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 18 May 2019 09:49:35 +0200 Subject: [PATCH] Move URLs from HTTP to HTTPS --- package.json | 4 ++-- readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 33b7369..ac9b86a 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "homepage": "https://words.github.io/double-metaphone/", "repository": "words/double-metaphone", "bugs": "/~https://github.com/words/double-metaphone/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 7c4f0ec..4955f37 100644 --- a/readme.md +++ b/readme.md @@ -100,8 +100,8 @@ $ echo 'acceptingness' | stemmer | double-metaphone [license]: license -[author]: http://wooorm.com +[author]: https://wooorm.com -[source]: http://en.wikipedia.org/wiki/metaphone +[source]: https://en.wikipedia.org/wiki/metaphone [stemmer]: /~https://github.com/words/stemmer