Skip to content

Commit 10212f0

Browse files
committed
Move URLs from HTTP to HTTPS
1 parent 940b3ca commit 10212f0

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": "wooorm/html-void-elements",
1717
"bugs": "https://github.com/wooorm/html-void-elements/issues",
18-
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
18+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
1919
"contributors": [
20-
"Titus Wormer <[email protected]> (http://wooorm.com)"
20+
"Titus Wormer <[email protected]> (https://wooorm.com)"
2121
],
2222
"main": "index.json",
2323
"files": [

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ Yields:
7171

7272
[license]: LICENSE
7373

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

0 commit comments

Comments
 (0)