diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 00:28:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 00:28:26 +0000 |
commit | 51269ff09934799812159d02937372419ae3c539 (patch) | |
tree | 77aaf449a919c672de2d3c3d144238129f105362 /ns/ext/atom | |
parent | aab5c4605d02dc38a96b9e544ee174a90797d002 (diff) | |
download | lv2-51269ff09934799812159d02937372419ae3c539.tar.xz |
Fix broken links.
Diffstat (limited to 'ns/ext/atom')
-rw-r--r-- | ns/ext/atom/atom.ttl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ns/ext/atom/atom.ttl b/ns/ext/atom/atom.ttl index 0ef3b34..1b2e265 100644 --- a/ns/ext/atom/atom.ttl +++ b/ns/ext/atom/atom.ttl @@ -234,10 +234,9 @@ atom:Thing rdfs:label "Thing" ; atom:cType "LV2_Thing" ; lv2:documentation """ -<p>Abstract base class for a "Thing", i.e. an atom:Atom with a -number of <a href="#Property">properties</a>. An LV2_Object is an unsigned -32-bit integer <code>context</code> and <code>id</code> followed by a sequence -of LV2_Atom_Property .</p> +<p>Abstract base class for a "Thing", i.e. an atom:Atom with a number of +properties. An LV2_Object is an unsigned 32-bit integer <code>context</code> +and <code>id</code> followed by a sequence of LV2_Atom_Property .</p> <p>The <code>context</code> is mapped using the <a href="http://lv2plug.in/ns/ext/uri-map">URI Map</a> extension's @@ -268,7 +267,7 @@ atom:Blank <p>An atom:Thing where <code>id</code> is the blank node ID of the object, which is only meaningful within a certain limited scope (e.g. the container of the Blank) and MUST NOT be used as a global ID. In particular, <code>id</code> -is NOT an <a href="ID">ID</a>.</p> +is NOT a URID.</p> """ . atom:Message |