Skip to content

Commit 4035df2

Browse files
committed
Move URLs to HTTPS
1 parent 653a5d7 commit 4035df2

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
@@ -15,9 +15,9 @@
1515
],
1616
"repository": "syntax-tree/unist-util-is",
1717
"bugs": "https://github.com/syntax-tree/hast-util-to-html/issues",
18-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
18+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1919
"contributors": [
20-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
20+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
2121
],
2222
"files": [
2323
"index.js"

readme.md

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

122122
[license]: license
123123

124-
[author]: http://wooorm.com
124+
[author]: https://wooorm.com
125125

126126
[unist]: https://github.com/syntax-tree/unist
127127

0 commit comments

Comments
 (0)