mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Fix online docs links for interfaces
This commit is contained in:
parent
24eed1048e
commit
8dfa10019b
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ class Interface(GirNode, GirType):
|
|||
@property
|
||||
def online_docs(self) -> T.Optional[str]:
|
||||
if ns := self.get_containing(Namespace).online_docs:
|
||||
return f"{ns}interface.{self.name}.html"
|
||||
return f"{ns}iface.{self.name}.html"
|
||||
else:
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue