From f8f4e67b7ed6d2ed3b90c5ab9369a8e6d83344dd Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 12 Oct 2022 21:14:32 +0900 Subject: [PATCH] chore: `http` to `https` in `package.json` and `README.md` --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 138249d..a973e3c 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ archive_generator: MIT -[Hexo]: http://hexo.io/ +[Hexo]: https://hexo.io/ diff --git a/package.json b/package.json index fab096a..becea6c 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "lib/" ], "repository": "hexojs/hexo-generator-archive", - "homepage": "http://hexo.io/", + "homepage": "https://hexo.io/", "keywords": [ "hexo", "generator", "archive" ], - "author": "Tommy Chen (http://zespia.tw)", + "author": "Tommy Chen (https://zespia.tw)", "license": "MIT", "devDependencies": { "chai": "^4.2.0",