Skip to content

Commit ede60ab

Browse files
authored
Merge pull request #11 from lamtrinhdev/main
2 parents bfb9a82 + 8098446 commit ede60ab

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)