From 5dc06d7bf8076dba62e332f10ddf20936287ec94 Mon Sep 17 00:00:00 2001 From: jaroshevskii Date: Sat, 2 Mar 2024 20:11:38 +0200 Subject: [PATCH] Fix git link --- README.ja.md | 4 ++-- README.md | 2 +- README.uk.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ja.md b/README.ja.md index 9855861..ca40b03 100644 --- a/README.ja.md +++ b/README.ja.md @@ -78,9 +78,9 @@ Xcode に Swift Packages を追加する詳細については、[Hacking with Sw ```swift let package = Package( - // name, platforms, products, など + // name, platforms, products, など。 dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"), + .package(url: "https://github.com/jaroshevskii/swift-ice-cream-sandwich.git", from: "1.0.0"), ], targets: [ .target( diff --git a/README.md b/README.md index 25f6813..dd7adb1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ For more information on adding Swift Packages to Xcode, you can read the [Hackin let package = Package( // name, platforms, products, etc. dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"), + .package(url: "https://github.com/jaroshevskii/swift-ice-cream-sandwich.git", from: "1.0.0"), ], targets: [ .target( diff --git a/README.uk.md b/README.uk.md index 43c4247..d40b94e 100644 --- a/README.uk.md +++ b/README.uk.md @@ -77,7 +77,7 @@ if integerSandwich.isIceCreamSandwich { let package = Package( // name, platforms, products і т.д. dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"), + .package(url: "https://github.com/jaroshevskii/swift-ice-cream-sandwich.git", from: "1.0.0"), ], targets: [ .target(