diff options
author | David Robillard <d@drobilla.net> | 2012-03-26 00:41:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-26 00:41:01 +0000 |
commit | a90c1eb129f16d432e3ca209a451d83dceac3635 (patch) | |
tree | d95d45a13eda4f8a3cc5bd494669d3c6989b4427 /lv2 | |
parent | c89f195a6cf88bcc91a8af90c296cfbecd63be12 (diff) | |
download | lv2-a90c1eb129f16d432e3ca209a451d83dceac3635.tar.xz |
Fix reference to people.ttl.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 15dc468..e22932e 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -28,7 +28,7 @@ rdfs:seeAlso <atom.h> , <util.h> , <forge.h> , - <people/people.ttl> ; + <../../people/people.ttl> ; doap:name "LV2 Atom" ; doap:shortdesc "A generic value container and several data types." ; doap:license <http://opensource.org/licenses/isc> ; |