Skip to content

Commit

Permalink
Move URLs from HTTP to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 13, 2019
1 parent 6099ff8 commit 2f8a541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
],
"repository": "wooorm/mathml-tag-names",
"bugs": "https://github.com/wooorm/mathml-tag-names/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"main": "index.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Yields:

[license]: license

[author]: http://wooorm.com
[author]: https://wooorm.com

[mathml1]: https://www.w3.org/TR/1998/REC-MathML-19980407/appendixF.html

Expand Down

0 comments on commit 2f8a541

Please sign in to comment.