Skip to content

Commit c529221

Browse files
XhmikosRisaacs
authored andcommitted
Use https when possible. (#246)
1 parent a1b6cb8 commit c529221

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
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

+1-1
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)