We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eca037 commit 9e6ea91Copy full SHA for 9e6ea91
pipeline/schema.py
@@ -40,7 +40,7 @@ def build(self):
40
doc.newline()
41
if "controlledTerms" in self._schema_payload["_type"]:
42
library_subdir = f"terminologies/{schema_name_camelCase}.html"
43
- 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)
44
doc.content(f"For this schema openMINDS provides a `library of instances <{library_link}>`_.")
45
46
if schema_name in ["License", "ContentType"]:
0 commit comments