File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ As a command-line utility:
29
29
```
30
30
$ semver -h
31
31
32
- A JavaScript implementation of the http ://semver.org/ specification
32
+ A JavaScript implementation of the https ://semver.org/ specification
33
33
Copyright Isaac Z. Schlueter
34
34
35
35
Usage: semver [ options] <version > [ <version > [ ...]]
@@ -71,7 +71,7 @@ multiple versions to the utility will just sort them.
71
71
## Versions
72
72
73
73
A "version" is described by the `v2.0.0` specification found at
74
- <http ://semver.org/>.
74
+ <https ://semver.org/>.
75
75
76
76
A leading `"="` or `"v"` character is stripped off and ignored.
77
77
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ function success () {
119
119
function help ( ) {
120
120
console . log ( [ 'SemVer ' + version ,
121
121
'' ,
122
- 'A JavaScript implementation of the http ://semver.org/ specification' ,
122
+ 'A JavaScript implementation of the https ://semver.org/ specification' ,
123
123
'Copyright Isaac Z. Schlueter' ,
124
124
'' ,
125
125
'Usage: semver [options] <version> [<version> [...]]' ,
You can’t perform that action at this time.
0 commit comments