Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 9b309ba

Browse files
committed
Update CSS file URL
1 parent a4ecfb4 commit 9b309ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-doc/Subcommands/Generate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ extension SwiftDoc {
126126
}
127127

128128
func fetchRemoteCSS() throws -> Data {
129-
let url = URL(string: "https://raw.githubusercontent.com/kaishin/swift-doc/reda/css-build/Resources/all.css")!
129+
let url = URL(string: "https://raw.githubusercontent.com/SwiftDocOrg/swift-doc/master/Resources/all.css")!
130130
return try Data(contentsOf: url)
131131
}

0 commit comments

Comments
 (0)