Skip to content

Commit 8098446

Browse files
authored
Update swift-docc-plugin repository at check-docs.sh
1 parent bfb9a82 commit 8098446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/check-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fatal() { error "$@"; exit 1; }
2020
log "Editing Package.swift..."
2121
cat <<EOF >> "Package.swift"
2222
package.dependencies.append(
23-
.package(url: "https://github.com/apple/swift-docc-plugin", "1.0.0"..<"1.4.0")
23+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", "1.0.0"..<"1.4.0")
2424
)
2525
EOF
2626

0 commit comments

Comments
 (0)