diff options
author | David Robillard <d@drobilla.net> | 2012-09-03 01:41:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-03 01:41:19 +0000 |
commit | 2b809fbf4090ae64d728988454c4f1b721f4c323 (patch) | |
tree | 058a94acba951f2d8805d6d2c625079929068c75 /lv2/lv2plug.in/ns/ext/atom | |
parent | 838005bbfc51a1cfb042b2cbc11d5cc2a88683a2 (diff) | |
download | lv2-2b809fbf4090ae64d728988454c4f1b721f4c323.tar.xz |
Use relative links between extensions so local documentation links work.
Automatically link prefixed names to the appropriate resource.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index a09af81..94948a6 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -28,7 +28,7 @@ meaningfully process atoms of a type unknown to them.</p> <p>Atoms can and should be used anywhere values of various types must be stored or transmitted. The port type atom:AtomPort can be used to transmit atoms via ports. The atom:Sequence type in an atom:AtomPort replaces the <a -href="http://lv2plug.in/ns/ext/event">LV2 event</a> extension.</p> +href="../event/event.html">LV2 event</a> extension.</p> <p>The types defined in this extension should be powerful enough to express almost any structure. Implementations SHOULD build structures out of the types @@ -38,8 +38,7 @@ implementation burden which harms interoperabilty, and should only be defined where absolutely necessary.</p> <p>Implementing this extension requires a facility for mapping URIs to -integers, such as the <a href="http://lv2plug.in/ns/ext/urid">LV2 URID</a> -extension.</p> +integers, such as the <a href="../urid/urid.html">LV2 URID</a> extension.</p> <h3>Serialisation</h3> |