diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 20:36:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 20:36:50 +0000 |
commit | 6cf73e24906f1991fd57f0340dc24abb069ae504 (patch) | |
tree | bef8181f40293066da96de076c6340a708fc8c65 /lv2/lv2plug.in/ns/lv2core | |
parent | 9397371fe3c41a35f81668cdf2e66a8f395e2008 (diff) | |
download | lv2-6cf73e24906f1991fd57f0340dc24abb069ae504.tar.xz |
Rename 'people' to 'meta' in anticipation of putting other stuff there.
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index afc0585..abdb019 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -5,7 +5,7 @@ <http://lv2plug.in/ns/lv2core> a doap:Project ; - rdfs:seeAlso <../people/people.ttl> ; + rdfs:seeAlso <../meta/meta.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2" ; doap:homepage <http://lv2plug.in> ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 501c120..1078a6d 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -50,7 +50,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules" <http://lv2plug.in/ns/lv2core> a owl:Ontology ; - rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> , <../people/people.ttl> ; + rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> , <../meta/meta.ttl> ; lv2:documentation """ <p>LV2 is an interface for writing audio processors, or <q>plugins</q>, in C/C++ which can be dynamically loaded into many applications, or <q>hosts</q>. |