Skip to content

Commit ef871c2

Browse files
authored
Fix broken link to 'Swift Package Registry Service Specification' (#7107)
`PackageRegistry` link path component was missing.
1 parent a416756 commit ef871c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We’ve designed the system to make it really easy to share packages on services
1919
* [Package manifest specification](PackageDescription.md)
2020
* [Getting Started with Plugins](Plugins.md)
2121
* [Package discovery with Package Collections](PackageCollections.md)
22-
* [Package Registry service specification](Registry.md)
22+
* [Package Registry service specification](PackageRegistry/Registry.md)
2323
* [Using SwiftPM as a library](libSwiftPM.md)
2424
* [Using Module Aliasing](ModuleAliasing.md)
2525

0 commit comments

Comments
 (0)