From bd87c2af0b54c9fc1d70512ab0680c693b536330 Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Wed, 24 Jul 2024 22:18:24 +0700 Subject: [PATCH 1/2] Update Package.swift Correct the link. Signed-off-by: LamTrinh.Dev --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 32d05810..4e50bb6f 100644 --- a/Package.swift +++ b/Package.swift @@ -23,6 +23,6 @@ let package = Package( #if swift(>=5.6) // Add the documentation compiler plugin if possible package.dependencies.append( - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0") + .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.3.0") ) #endif From 93237918d937c1d7debc7835131a17938c326919 Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Wed, 24 Jul 2024 22:35:22 +0700 Subject: [PATCH 2/2] Update README.md Correct the link. Signed-off-by: LamTrinh.Dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5856abd..43a93d1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Platform](https://img.shields.io/badge/Platforms-iOS%20%7C%20Android%20%7CmacOS%20%7C%20watchOS%20%7C%20tvOS%20%7C%20Linux-4E4E4E.svg?colorA=28a745)](#installation) [![Swift support](https://img.shields.io/badge/Swift-3.1%20%7C%203.2%20%7C%204.0%20%7C%204.1%20%7C%204.2%20%7C%205.0-lightgrey.svg?colorA=28a745&colorB=4E4E4E)](#swift-versions-support) -[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?style=flat&colorA=28a745&&colorB=4E4E4E)](https://github.com/apple/swift-package-manager) +[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?style=flat&colorA=28a745&&colorB=4E4E4E)](https://github.com/swiftlang/swift-package-manager) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/CryptoSwift.svg?style=flat&label=CocoaPods&colorA=28a745&&colorB=4E4E4E)](https://cocoapods.org/pods/CryptoSwift) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat&colorA=28a745&&colorB=4E4E4E)](https://github.com/Carthage/Carthage)