summaryrefslogtreecommitdiffstats
path: root/content/pages/why-lv2.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/pages/why-lv2.md')
-rw-r--r--content/pages/why-lv2.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/pages/why-lv2.md b/content/pages/why-lv2.md
index 96ebc9d..78d9cbd 100644
--- a/content/pages/why-lv2.md
+++ b/content/pages/why-lv2.md
@@ -41,7 +41,8 @@ Any data can be added to a plugin description without breaking compatibility.
## Simple Core API
-The "core" API of LV2, [lv2.h](//lv2plug.in/ns/lv2core/lv2.h), is
+The "core" API of LV2,
+[lv2.h](//gitlab.com/lv2/lv2/-/blob/master/include/lv2/core/lv2.h), is
essentially `ladspa.h` with extensibility hooks added. It is a simple C header
with the basic methods typical to audio plugins.