Skip to content

Commit 1609bde

Browse files
XhmikosRisaacs
authored andcommitted
Use https when possible. (npm#246)
1 parent 0f50967 commit 1609bde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ As a command-line utility:
2929
```
3030
$ semver -h
3131

32-
A JavaScript implementation of the http://semver.org/ specification
32+
A JavaScript implementation of the https://semver.org/ specification
3333
Copyright Isaac Z. Schlueter
3434

3535
Usage: semver [options] <version> [<version> [...]]
@@ -71,7 +71,7 @@ multiple versions to the utility will just sort them.
7171
## Versions
7272
7373
A "version" is described by the `v2.0.0` specification found at
74-
<http://semver.org/>.
74+
<https://semver.org/>.
7575
7676
A leading `"="` or `"v"` character is stripped off and ignored.
7777

bin/semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function success () {
119119
function help () {
120120
console.log(['SemVer ' + version,
121121
'',
122-
'A JavaScript implementation of the http://semver.org/ specification',
122+
'A JavaScript implementation of the https://semver.org/ specification',
123123
'Copyright Isaac Z. Schlueter',
124124
'',
125125
'Usage: semver [options] <version> [<version> [...]]',

0 commit comments

Comments
 (0)