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 e02f3d2 commit 203abb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@
"homepage": "https://words.github.io/lancaster-stemmer/",
"repository": "words/lancaster-stemmer",
"bugs": "https://github.com/words/lancaster-stemmer/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)"
],
"files": [
"index.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ detest vil

[license]: license

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

[source]: http://web.archive.org/web/20140827005744/http://www.comp.lancs.ac.uk/computing/research/stemming/index.htm
[source]: https://web.archive.org/web/20140827005744/http://www.comp.lancs.ac.uk/computing/research/stemming/index.htm

0 comments on commit 203abb4

Please sign in to comment.