summaryrefslogtreecommitdiffstats
path: root/content/pages/bundle-definition.md
diff options
context:
space:
mode:
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`.