From 5ff1d0ff0ee8bc52dacc6f0ef0f25c36fb6f1e47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 22 Nov 2011 01:30:35 +0000 Subject: Fix broken links. --- lv2/ns/ext/files/files.ttl | 2 +- lv2/ns/ext/reference/reference.ttl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2') diff --git a/lv2/ns/ext/files/files.ttl b/lv2/ns/ext/files/files.ttl index 78c6356..fc32c9a 100644 --- a/lv2/ns/ext/files/files.ttl +++ b/lv2/ns/ext/files/files.ttl @@ -40,7 +40,7 @@ lv2:documentation """

This extension provides a mechanism for plugins to portably refer to files in persistent plugin state (using the LV2 Persist extension), and create +href="http://lv2plug.in/ns/ext/state">LV2 State extension), and create instance-local files in host-defined locations (e.g. for recording).

The motivating idea behind this extension is that all details of file diff --git a/lv2/ns/ext/reference/reference.ttl b/lv2/ns/ext/reference/reference.ttl index 1e030ee..bbf56d4 100644 --- a/lv2/ns/ext/reference/reference.ttl +++ b/lv2/ns/ext/reference/reference.ttl @@ -40,7 +40,7 @@ dynamically allocated memory, called a "Blob", which is (unlike an Atom) not necessarily POD. Blobs are accessed via a reference:Reference, which is a special case of Atom that always has type = +href="http://lv2plug.in/ns/ext#Atom">Atom that always has type = 0, is not POD, and can only be copied using host provided functions. This allows plugins and hosts to work with data of any type at all.

""" . -- cgit v1.2.1