We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f4334 commit a6b7d29Copy full SHA for a6b7d29
1 file changed
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
targets: ["EnvironmentDecoder"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
+ .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
14
15
targets: [
16
.target(
0 commit comments