Skip to content

Commit

Permalink
docs: http to https in README and elsewhere (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed May 12, 2023
1 parent e7d9873 commit 2dcbe2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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

Expand All @@ -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).
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"styl",
"renderer"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"author": "Tommy Chen <tommy351@gmail.com> (https://zespia.tw)",
"license": "MIT",
"dependencies": {
"nib": "^1.2.0",
Expand Down

0 comments on commit 2dcbe2d

Please sign in to comment.