Skip to content

Commit

Permalink
fix link to I_O.md in api overview
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed May 29, 2024
1 parent 6356e6f commit 3a8353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def gen_mkdoc_yaml(outDir, desc):
for module in desc:
if module["kind"] == "module":
moduleName = module["name"]
modulePath = moduleName + ".md"
modulePath = make_dir_name(moduleName) + ".md"

s += f"- [{moduleName}]({modulePath})\n"
if "brief" in module:
Expand Down

0 comments on commit 3a8353e

Please sign in to comment.