diff options
author | David Robillard <d@drobilla.net> | 2012-03-30 23:25:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-30 23:25:17 +0000 |
commit | 689d75259a7187b2cb6a592025f11bc7d3aa58a2 (patch) | |
tree | ed0ff86b0d9335dc48b3dd58108d73902c0f0c99 /lv2 | |
parent | 5c0df797d67e74de54cb84f865dbbbf8d5d858a9 (diff) | |
download | lv2-689d75259a7187b2cb6a592025f11bc7d3aa58a2.tar.xz |
Remove explicit links now automatically handled by lv2secgen.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 746b47f..501c120 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -329,9 +329,8 @@ may exist; i.e. it is acceptable to work on a development version of a resource (e.g. in source control) without worrying about version numbers as long as either the minor or micro version is odd.</p> -<p>This property describes half of a resource version. See also <a -href="http://lv2plug.in/ns/lv2core#minorVersion">lv2:minorVersion</a>, the -property which describes the other half.</p> +<p>This property describes half of a resource version. See lv2:minorVersion +for the description of the other half.</p> """ . lv2:microVersion a rdf:Property , owl:DatatypeProperty ; @@ -347,8 +346,7 @@ version in source control, the micro version MUST be incremented (to an odd number) to distinguish this modified version from the previous release.</p> <p>This property describes half of a resource version. For detailed -documentation on LV2 resource versioning, see <a -href="http://lv2plug.in/ns/lv2core#minorVersion">lv2:minorVersion</a>.</p> +documentation on LV2 resource versioning, see lv2:minorVersion.</p> """ . lv2:binary a rdf:Property , owl:ObjectProperty ; |