Skip to content

Commit 70c4f23

Browse files
committed
Move URLs from HTTP to HTTPS
1 parent 3a77076 commit 70c4f23

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
@@ -13,9 +13,9 @@
1313
],
1414
"repository": "syntax-tree/unist-util-find-before",
1515
"bugs": "https://github.com/syntax-tree/unist-util-find-before/issues",
16-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
16+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1717
"contributors": [
18-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
18+
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
1919
],
2020
"files": [
2121
"index.js"

readme.md

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

8989
[license]: license
9090

91-
[author]: http://wooorm.com
91+
[author]: https://wooorm.com
9292

9393
[unist]: https://github.com/syntax-tree/unist
9494

0 commit comments

Comments
 (0)