diff options
-rw-r--r-- | lv2/ui/ui.ttl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index f0444b5..48ac166 100644 --- a/lv2/ui/ui.ttl +++ b/lv2/ui/ui.ttl @@ -14,9 +14,7 @@ <p>This extension is used to create User Interfaces (UIs) for LV2 plugins.</p> <p>UIs are implemented as an LV2UI_Descriptor loaded via lv2ui_descriptor() in -a shared library, and are distributed in bundles just like plugins. See the <a -href="../../../doc/html/ui_8h.html">API reference</a> for details on the C -API.</p> +a shared library, and are distributed in bundles just like plugins.</p> <p>UIs are associated with plugins in data:</p> |