diff --git a/pipeline/schema.py b/pipeline/schema.py index acae16f6..7f99cde1 100644 --- a/pipeline/schema.py +++ b/pipeline/schema.py @@ -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"]: