diff options
author | David Robillard <d@drobilla.net> | 2022-08-22 11:40:43 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-22 11:40:43 -0400 |
commit | ebb4dce640d6cec61ad28df2129396256439c639 (patch) | |
tree | b69a537e5bc4ed37eb8f9d13fbe6a58d1c56948a /scripts/lv2_build_index.py | |
parent | 6c0fa76a332278728e2039dd026454014cb0510d (diff) | |
download | lv2-ebb4dce640d6cec61ad28df2129396256439c639.tar.xz |
Fix documentation build
Diffstat (limited to 'scripts/lv2_build_index.py')
-rwxr-xr-x | scripts/lv2_build_index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lv2_build_index.py b/scripts/lv2_build_index.py index 9a287e4..c99ba8d 100755 --- a/scripts/lv2_build_index.py +++ b/scripts/lv2_build_index.py @@ -106,7 +106,7 @@ def _spec_link_columns(spec, root, name, online): # API col += '<td><a rel="rdfs:seeAlso"' - col += f' href="../html/group__{stem}.html">{name}' + col += f' href="../c/html/group__{stem}.html">{name}' col += "</a></td>" return col |