Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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