From bb91f0334218ce1866aee3fd955871aae7c7550f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Nov 2011 04:40:50 +0000 Subject: Make use of new auto-linking in lv2specgen.py. --- ext/urid.lv2/urid.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/urid.lv2') diff --git a/ext/urid.lv2/urid.ttl b/ext/urid.lv2/urid.ttl index d074724..85af5c4 100644 --- a/ext/urid.lv2/urid.ttl +++ b/ext/urid.lv2/urid.ttl @@ -59,9 +59,9 @@ pointed to an instance of LV2_URID_Mapper. urid:Unmapper a lv2:Feature ; lv2:documentation """ -A feature which is used to unmap URIs previously mapped to integers by Mapper. To support this feature, the host must pass an -LV2_Feature to LV2_Descriptor::instantiate() with URI +A feature which is used to unmap URIs previously mapped to integers by +urid:Mapper. To support this feature, the host must pass an LV2_Feature to +LV2_Descriptor::instantiate() with URI http://lv2plug.in/ns/ext/urid#Unmapper and data pointed to an instance of LV2_URID_Unmapper. """ . -- cgit v1.2.1