Skip to content

Commit 7c05cd1

Browse files
committed
Move URLs from HTTP to HTTPS
1 parent 6c9628b commit 7c05cd1

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-element-attributes",
1717
"bugs": "https://github.com/wooorm/html-element-attributes/issues",
18-
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
18+
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
1919
"contributors": [
20-
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
20+
"Titus Wormer <tituswormer@gmail.com> (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
@@ -66,4 +66,4 @@ attributes which apply to all HTML elements.
6666

6767
[license]: license
6868

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

0 commit comments

Comments
 (0)