diff options
author | David Robillard <d@drobilla.net> | 2019-03-24 17:07:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-24 18:01:46 +0100 |
commit | 7efa55d4ef32b181a7bef07295302663f0351c29 (patch) | |
tree | 2ed4680457a90cab19844998f77f358de185abd6 /lv2/ui/ui.ttl | |
parent | 29ca1b7736c1a830784705be9fe2194245989f72 (diff) | |
download | lv2-7efa55d4ef32b181a7bef07295302663f0351c29.tar.xz |
Fix broken link in UI documentation
Diffstat (limited to 'lv2/ui/ui.ttl')
-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> |