diff options
Diffstat (limited to 'scripts')
-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 444e078..bc91911 100755 --- a/scripts/lv2_build_index.py +++ b/scripts/lv2_build_index.py @@ -102,7 +102,7 @@ def _spec_link_columns(spec, root, name, online): # API col += '<td><a rel="rdfs:seeAlso"' - col += f' href="../doc/html/group__{stem}.html">{name}' + col += f' href="../html/group__{stem}.html">{name}' col += "</a></td>" return col |