We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d228c commit 051cbdaCopy full SHA for 051cbda
1 file changed
Package.swift
@@ -86,6 +86,6 @@ package.targets += [
86
/// Conditionally opt-in to Swift DocC Plugin when an environment flag is present.
87
if ProcessInfo.processInfo.environment["ENABLE_DOCC_PLUGIN"] != nil {
88
package.dependencies += [
89
- .package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.4.5")
+ .package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.4.5")
90
]
91
}
0 commit comments