Skip to content

Commit ffaab8c

Browse files
committed
Move URLs to HTTPS
1 parent 2b754d5 commit ffaab8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
],
1111
"repository": "syntax-tree/hast-util-to-html",
1212
"bugs": "https://github.com/syntax-tree/hast-util-to-html/issues",
13-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
13+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1414
"contributors": [
15-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
15+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
1616
],
1717
"files": [
1818
"lib",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ repository, organisation, or community you agree to abide by its terms.
188188

189189
[license]: license
190190

191-
[author]: http://wooorm.com
191+
[author]: https://wooorm.com
192192

193193
[hast]: https://github.com/syntax-tree/hast
194194

0 commit comments

Comments
 (0)