Skip to content

Commit f9fcb7c

Browse files
committed
Move URLs to HTTPS
1 parent 1423c5d commit f9fcb7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"repository": "syntax-tree/hast-util-assert",
1313
"bugs": "https://github.com/syntax-tree/hast-util-assert/issues",
14-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
14+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1515
"contributors": [
16-
"Titus Wormer <[email protected]> (http://wooorm.com)"
16+
"Titus Wormer <[email protected]> (https://wooorm.com)"
1717
],
1818
"files": [
1919
"index.js"

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repository, organisation, or community you agree to abide by its terms.
6262

6363
[license]: license
6464

65-
[author]: http://wooorm.com
65+
[author]: https://wooorm.com
6666

6767
[hast]: https://github.com/syntax-tree/hast
6868

0 commit comments

Comments
 (0)