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 18, 2019
1 parent 91ac2d6 commit 49862e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var base = 3.1291

// Get the grade level of a given value according to the SMOG formula.
// More information is available at WikiPedia:
// <http://en.wikipedia.org/wiki/SMOG>
// <https://en.wikipedia.org/wiki/SMOG>
function smog(counts) {
if (!counts || !counts.sentence) {
return NaN
Expand Down
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": "words/smog-formula",
"bugs": "https://github.com/words/smog-formula/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)"
],
"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 @@ -68,8 +68,8 @@ returns the reading ease associated with the document.

[license]: license

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

[formula]: http://en.wikipedia.org/wiki/SMOG
[formula]: https://en.wikipedia.org/wiki/SMOG

[syllable]: https://github.com/words/syllable

0 comments on commit 49862e0

Please # to comment.