Skip to content

Commit 7704180

Browse files
committed
Move URLs to HTTPS
1 parent fd10c4c commit 7704180

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
@@ -13,9 +13,9 @@
1313
],
1414
"repository": "syntax-tree/hast-util-find-and-replace",
1515
"bugs": "https://github.com/syntax-tree/hast-util-find-and-replace/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"

readme.md

+1-1
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
[hast]: https://github.com/syntax-tree/hast
127127

0 commit comments

Comments
 (0)