Skip to content

Commit

Permalink
Use https when possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 15, 2018
1 parent a1b6cb8 commit e0922e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ As a command-line utility:
```
$ semver -h

A JavaScript implementation of the http://semver.org/ specification
A JavaScript implementation of the https://semver.org/ specification
Copyright Isaac Z. Schlueter

Usage: semver [options] <version> [<version> [...]]
Expand Down Expand Up @@ -71,7 +71,7 @@ multiple versions to the utility will just sort them.
## Versions
A "version" is described by the `v2.0.0` specification found at
<http://semver.org/>.
<https://semver.org/>.
A leading `"="` or `"v"` character is stripped off and ignored.
Expand Down
2 changes: 1 addition & 1 deletion bin/semver
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function success () {
function help () {
console.log(['SemVer ' + version,
'',
'A JavaScript implementation of the http://semver.org/ specification',
'A JavaScript implementation of the https://semver.org/ specification',
'Copyright Isaac Z. Schlueter',
'',
'Usage: semver [options] <version> [<version> [...]]',
Expand Down

0 comments on commit e0922e7

Please sign in to comment.