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/news/2014-08-08-lv2-1-10-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/news/2014-08-08-lv2-1-10-0.md') diff --git a/content/news/2014-08-08-lv2-1-10-0.md b/content/news/2014-08-08-lv2-1-10-0.md index c73847f..38f7a7e 100644 --- a/content/news/2014-08-08-lv2-1-10-0.md +++ b/content/news/2014-08-08-lv2-1-10-0.md @@ -3,7 +3,7 @@ Date: 2014-08-08 04:00 Slug: lv2-1-10-0 Author: drobilla -[LV2 1.10.0](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2) has been released. LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin "bundles". See for more information. +[LV2 1.10.0](//lv2plug.in/spec/lv2-1.10.0.tar.bz2) has been released. LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin "bundles". See for more information. Changes: -- cgit v1.2.1