Skip to content

Commit 2dcbe2d

Browse files
authored
docs: http to https in README and elsewhere (#133)
1 parent e7d9873 commit 2dcbe2d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ theme_config:
7070
moody_red: "#8B0001"
7171
```
7272

73-
[Stylus]: http://stylus-lang.com/
74-
[nib]: http://stylus.github.io/nib/
73+
[Stylus]: https://stylus-lang.com/
74+
[nib]: https://stylus.github.io/nib/
7575

7676
## Extensibility
7777

@@ -95,4 +95,4 @@ hexo.extend.filter.register('stylus:renderer', function(style) {
9595

9696
Save the file in "scripts/" folder and run Hexo as usual.
9797

98-
Notice: for more JavaScript api, refer to stylus's [documentation](http://stylus-lang.com/docs/js.html).
98+
Notice: for more JavaScript api, refer to stylus's [documentation](https://stylus-lang.com/docs/js.html).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"styl",
2626
"renderer"
2727
],
28-
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
28+
"author": "Tommy Chen <tommy351@gmail.com> (https://zespia.tw)",
2929
"license": "MIT",
3030
"dependencies": {
3131
"nib": "^1.2.0",

0 commit comments

Comments
 (0)