Skip to content

Commit b36ec3f

Browse files
committed
Move URLs to HTTPS
1 parent 8d2fbcb commit b36ec3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"repository": "syntax-tree/hast-util-parse-selector",
1515
"bugs": "https://github.com/syntax-tree/hast-util-parse-selector/issues",
16-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
16+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1717
"contributors": [
18-
"Titus Wormer <[email protected]> (http://wooorm.com)"
18+
"Titus Wormer <[email protected]> (https://wooorm.com)"
1919
],
2020
"files": [
2121
"index.js"

Diff for: readme.md

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

7575
[license]: license
7676

77-
[author]: http://wooorm.com
77+
[author]: https://wooorm.com
7878

7979
[hast]: https://github.com/syntax-tree/hast
8080

0 commit comments

Comments
 (0)