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.
2 parents bfb9a82 + 8098446 commit ede60abCopy full SHA for ede60ab
.github/workflows/scripts/check-docs.sh
@@ -20,7 +20,7 @@ fatal() { error "$@"; exit 1; }
20
log "Editing Package.swift..."
21
cat <<EOF >> "Package.swift"
22
package.dependencies.append(
23
- .package(url: "https://github.com/apple/swift-docc-plugin", "1.0.0"..<"1.4.0")
+ .package(url: "https://github.com/swiftlang/swift-docc-plugin", "1.0.0"..<"1.4.0")
24
)
25
EOF
26
0 commit comments