Skip to content

Commit 9e6ea91

Browse files
authored
Update schema.py
fixing #13
1 parent 6eca037 commit 9e6ea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def build(self):
4040
doc.newline()
4141
if "controlledTerms" in self._schema_payload["_type"]:
4242
library_subdir = f"terminologies/{schema_name_camelCase}.html"
43-
library_link = os.path.join(self.readthedocs_url, self.version, "libraries", library_subdir)
43+
library_link = os.path.join(self.readthedocs_url, self.version, "instance_libraries", library_subdir)
4444
doc.content(f"For this schema openMINDS provides a `library of instances <{library_link}>`_.")
4545
doc.newline()
4646
if schema_name in ["License", "ContentType"]:

0 commit comments

Comments
 (0)