Skip to content

Commit c81a0e9

Browse files
authored
Merge pull request #261 from mgnslndh/patch-1
Fixed link to semver.org
2 parents c052391 + f660da0 commit c81a0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/versionJson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The content of the version.json file is a JSON serialized object with these prop
5050
```
5151

5252
The `x` and `y` variables are for your use to specify a version that is meaningful
53-
to your customers. Consider using [semantic versioning][semver] for guidance.
53+
to your customers. Consider using [semantic versioning](https://semver.org/) for guidance.
5454
You may optionally supply a third integer in the version (i.e. x.y.z),
5555
in which case the git version height is specified as the fourth integer,
5656
which only appears in certain version representations.

0 commit comments

Comments
 (0)