From 70c6b093107683245b830924db54ed10d634b582 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Aug 2022 11:46:18 -0400 Subject: Fix broken links --- content/pages/developing.md | 2 +- content/pages/why-lv2.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/pages/developing.md b/content/pages/developing.md index e19cf03..43c7a88 100644 --- a/content/pages/developing.md +++ b/content/pages/developing.md @@ -58,7 +58,7 @@ The API reference is generated from Doxygen, and serves the usual purpose. Go there for documentation about a specific function, struct, or define. * [Specifications](//lv2plug.in/ns) -* [API Reference](//lv2plug.in/doc/html) +* [API Reference](//lv2plug.in/doc/c/html) ## Distribution and Packaging 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. -- cgit v1.2.1