From 21e5242f4fde097d0bacc6fb87f20ce3defef7f8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Aug 2022 23:01:38 -0400 Subject: Use scheme-relative links to lv2plug.in This makes links to resources on the site (but outside Pelican) use https if the site is being served via https, which is particularly important for binary files like the main download link. --- content/pages/why-lv2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/pages/why-lv2.md') diff --git a/content/pages/why-lv2.md b/content/pages/why-lv2.md index fc68612..96ebc9d 100644 --- a/content/pages/why-lv2.md +++ b/content/pages/why-lv2.md @@ -41,7 +41,7 @@ Any data can be added to a plugin description without breaking compatibility. ## Simple Core API -The "core" API of LV2, [lv2.h](http://lv2plug.in/ns/lv2core/lv2.h), is +The "core" API of LV2, [lv2.h](//lv2plug.in/ns/lv2core/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