summaryrefslogtreecommitdiffstats
path: root/content/pages/bundle-definition.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-04 23:01:38 -0400
committerDavid Robillard <d@drobilla.net>2022-08-04 23:01:38 -0400
commit21e5242f4fde097d0bacc6fb87f20ce3defef7f8 (patch)
tree02ab9b7bf847fac71dff6cd3b7d126148be3969a /content/pages/bundle-definition.md
parenta9181e6f94939ca143669900ddd15147d43efaae (diff)
downloadlv2site-21e5242f4fde097d0bacc6fb87f20ce3defef7f8.tar.xz
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.
Diffstat (limited to 'content/pages/bundle-definition.md')
-rw-r--r--content/pages/bundle-definition.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/pages/bundle-definition.md b/content/pages/bundle-definition.md
index 734d6dc..b30bb2a 100644
--- a/content/pages/bundle-definition.md
+++ b/content/pages/bundle-definition.md
@@ -2,7 +2,7 @@ Title: Bundle Definition
An _LV2 Bundle_ is a directory containing the file `manifest.ttl` at the top
level, which is written in [Turtle](http://www.dajobe.org/2004/01/turtle/).
-See the [Simple Amplifier manifest](http://lv2plug.in/book/#_manifest_ttl_in)
+See the [Simple Amplifier manifest](//lv2plug.in/book/#_manifest_ttl_in)
for an example.
Note that host developers should use a library, such as
@@ -25,7 +25,7 @@ host authors typically do not need to be concerned with the details.
* If a statement like `<preset-uri> a pset:Preset` is found, then
`<preset-uri>` is a preset. The `lv2:appliesTo` property indices which
plugin the preset applies to. See the [presets
- extension](http://lv2plug.in/ns/ext/presets) for details.
+ extension](//lv2plug.in/ns/ext/presets) for details.
## Installation
@@ -80,7 +80,7 @@ organization clear.
* `manifest.ttl` contains the triple `<ui> a foo:MegaWidget` where
`foo:MegaWidget` is a "widget" type the host understands (likely one defined
- in the [UI specification](http://lv2plug.in/ns/extensions/ui)).
+ in the [UI specification](//lv2plug.in/ns/extensions/ui)).
* `manifest.ttl` MAY contain triples of the form `<ui> rdfs:seeAlso
<datafile.ttl>` which indicates that more information can be found in
`datafile.ttl`.