Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 6e86b1d

Browse files
committed
Fixed urls 🚀
1 parent cfcbab4 commit 6e86b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2019-01-03-swift-package-manager-linux-macos-create-library-executable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ swift package init --type library
3838
file contains some Swift code that defines the properties of the project using the `PackageDescription` module API. At
3939
the moment of this writing there are 3 API versions of the PackageDescription API:
4040

41-
* [Version 3](https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescriptionV3.md)
42-
* [Version 4](https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescriptionV4.md)
43-
* [Version 4.2](https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescriptionV4_2.md)
41+
* [Version 3](https://github.com/apple/swift-package-manager/blob/b73299ef84e1e55c789052d0d1eafec30a95a805/Documentation/PackageDescriptionV3.md)
42+
* [Version 4](https://github.com/apple/swift-package-manager/blob/b73299ef84e1e55c789052d0d1eafec30a95a805/Documentation/PackageDescriptionV4.md)
43+
* [Version 4.2](https://github.com/apple/swift-package-manager/blob/b73299ef84e1e55c789052d0d1eafec30a95a805/Documentation/PackageDescriptionV4_2.md)
4444

4545
For my [ID3TagEditor](https://github.com/chicio/ID3TagEditor) I used the [Version 4.2](https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescriptionV4_2.md).
4646

0 commit comments

Comments
 (0)