diff options
author | David Robillard <d@drobilla.net> | 2012-04-06 17:37:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-06 17:37:38 +0000 |
commit | ce88786d07a7840dfb21171dd15588c0fb46a775 (patch) | |
tree | 60f3ff99fd905480f39ed67761a1d5be5f8aa209 /lv2 | |
parent | faa04e26eb42fde8f853d072848f89c927f2a363 (diff) | |
download | lv2-ce88786d07a7840dfb21171dd15588c0fb46a775.tar.xz |
Fix broken link.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index 6c79def..afc0585 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 <../people/people.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2" ; doap:homepage <http://lv2plug.in> ; |