Skip to content

Commit 1b6893f

Browse files
authored
chore: http to https in package.json and README.md (#86)
1 parent 10cf478 commit 1b6893f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ If your theme define a non-archive `index` layout (e.g. About Me page), this plu
5757

5858
MIT
5959

60-
[Hexo]: http://hexo.io/
60+
[Hexo]: https://hexo.io/

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"node": ">=12.9.0"
2020
},
2121
"repository": "hexojs/hexo-generator-index",
22-
"homepage": "http://hexo.io/",
22+
"homepage": "https://hexo.io/",
2323
"keywords": [
2424
"hexo",
2525
"generator",
2626
"index",
2727
"home"
2828
],
29-
"author": "Tommy Chen <[email protected]> (http://zespia.tw)",
29+
"author": "Tommy Chen <[email protected]> (https://zespia.tw)",
3030
"license": "MIT",
3131
"devDependencies": {
3232
"chai": "^4.2.0",

0 commit comments

Comments
 (0)