Skip to content

Commit 92b43d9

Browse files
authored
Fix broken link in package description. (#5713)
Without the "https://" if you click the link, it tries to open: "https://github.com/apple/swift-package-manager/blob/main/Documentation/www.semver.org".
1 parent e9cd5dc commit 92b43d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/PackageDescription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ A package version is a three period-separated integer, for example `1.0.0`. It m
476476
that your package behaves in a predictable manner once developers update their
477477
package dependency to a newer version. To achieve predictability, the semantic versioning specification proposes a set of rules and
478478
requirements that dictate how version numbers are assigned and incremented. To learn more about the semantic versioning specification, visit
479-
[semver.org](www.semver.org).
479+
[semver.org](https://semver.org).
480480

481481
**The Major Version**
482482

0 commit comments

Comments
 (0)