Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
fixing #13
  • Loading branch information
lzehl authored Jan 22, 2024
1 parent 6eca037 commit 9e6ea91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build(self):
doc.newline()
if "controlledTerms" in self._schema_payload["_type"]:
library_subdir = f"terminologies/{schema_name_camelCase}.html"
library_link = os.path.join(self.readthedocs_url, self.version, "libraries", library_subdir)
library_link = os.path.join(self.readthedocs_url, self.version, "instance_libraries", library_subdir)
doc.content(f"For this schema openMINDS provides a `library of instances <{library_link}>`_.")
doc.newline()
if schema_name in ["License", "ContentType"]:
Expand Down

0 comments on commit 9e6ea91

Please sign in to comment.