aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lv2_build_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lv2_build_index.py')
-rwxr-xr-xscripts/lv2_build_index.py2
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