From 2dcbe2d39abbbab9a8da597303a6834b6d7554bd Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Fri, 12 May 2023 11:57:18 +0900 Subject: [PATCH] docs: `http` to `https` in README and elsewhere (#133) --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13ec555..4684ca3 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ theme_config: moody_red: "#8B0001" ``` -[Stylus]: http://stylus-lang.com/ -[nib]: http://stylus.github.io/nib/ +[Stylus]: https://stylus-lang.com/ +[nib]: https://stylus.github.io/nib/ ## Extensibility @@ -95,4 +95,4 @@ hexo.extend.filter.register('stylus:renderer', function(style) { Save the file in "scripts/" folder and run Hexo as usual. -Notice: for more JavaScript api, refer to stylus's [documentation](http://stylus-lang.com/docs/js.html). +Notice: for more JavaScript api, refer to stylus's [documentation](https://stylus-lang.com/docs/js.html). diff --git a/package.json b/package.json index 837cd54..f7bf9e5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "styl", "renderer" ], - "author": "Tommy Chen (http://zespia.tw)", + "author": "Tommy Chen (https://zespia.tw)", "license": "MIT", "dependencies": { "nib": "^1.2.0",