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 17, 2019
1 parent d5cfca8 commit b75672c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
% Sources:
% - matt.might.net
% - Wikipedia
% - http://grammar.about.com
% - http://changingminds.org
% - https://grammar.about.com
% - https://changingminds.org
% - http://melissajagears.com

most
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"repository": "words/weasels",
"bugs": "https://github.com/words/weasels/issues",
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (http://wooorm.com)"
"Titus Wormer <[email protected]> (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 @@ -78,6 +78,6 @@ not be weasels.

[license]: license

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

[data]: data.txt

0 comments on commit b75672c

Please sign in to comment.