Skip to content

Commit ff26d5b

Browse files
committed
fix compilation failure
1 parent c89ee5e commit ff26d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/UnidocPages/Templates/Site.Docs.Decl.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ extension Site.Docs.Decl:ApplicationPage
5353
if let (_, scope, last):(Substring, [Substring], Substring) = self.stem.split()
5454
{
5555
return .init(
56-
scope: self.master.scope.isEmpty ? nil : self.inliner.link(scope,
57-
to: self.master.scope),
56+
scope: self.master.scope.isEmpty ?
57+
nil : self.inliner.vectorLink(components: scope, to: self.master.scope),
5858
last: last)
5959
}
6060
else

0 commit comments

Comments
 (0)