From 12db1c1fe016e77065398fe497f31b9cf7a7dd4b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Apr 2012 01:41:32 +0000 Subject: Fix broken links. --- lv2/lv2plug.in/ns/ext/atom/atom.ttl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lv2/lv2plug.in') diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 426fc2a..086dc18 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -272,14 +272,14 @@ URIs from plain strings is often necessary, URIs MUST NOT be transmitted as atom:String.

This is not strictly a URI, since UTF-8 is allowed. Escaping and related -issues issues are the host's responsibility.

+issues are the host's responsibility.

""" . atom:URID a rdfs:Class ; rdfs:subClassOf atom:Atom ; rdfs:label "Integer ID mapped from a URI" ; - atom:cType "LV2_Atom_ID" ; + atom:cType "LV2_Atom_URID" ; lv2:documentation """

An unsigned 32-bit integer mapped from a URI (e.g. with LV2_URID_Map).

""" . @@ -560,8 +560,8 @@ atom:supports recursively where collections are involved.

In particular, this property can be used to describe which event types are -supported or understood by a port. For example, a port that receives -MIDI events is described like so:

+expected by a port. For example, a port that receives MIDI events is described +like so:

 <plugin>
@@ -577,7 +577,7 @@ atom:eventTransfer
 	a ui:PortProtocol ;
 	lv2:documentation """
 

Transfer of individual events in a port buffer. Useful as the -format for a LV2_UI_Write_Function.

+format for a LV2UI_Write_Function.

This protocol applies to ports which contain events, usually in an atom:Sequence. The host must transfer each individual event to the recipient. @@ -589,7 +589,7 @@ atom:atomTransfer a ui:PortProtocol ; lv2:documentation """

Transfer of the complete atom in a port buffer. Useful as the -format for a LV2_UI_Write_Function.

+format for a LV2UI_Write_Function.

This protocol applies to atom ports. The host must transfer the complete atom contained in the port, including header.

-- cgit v1.2.1