diff options
author | David Robillard <d@drobilla.net> | 2019-04-27 15:09:18 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-27 17:20:53 +0200 |
commit | bfcdcde2b9a5c20688fe73a841c288218acd975d (patch) | |
tree | a9468bceb2adfb9bb2af13a08a512e84c5cbc61e /lv2/urid | |
parent | 0d5b9864429edf34575b066b4a2d8988b8b8e302 (diff) | |
download | lv2-bfcdcde2b9a5c20688fe73a841c288218acd975d.tar.xz |
Flatten documentation to fix fragment links
This removes all the extra bundle content from the documentation output and
instead makes pages directly at the URI of specifications. This way, links to
fragments in spec pages (which are often copy and pasted) are correct fragment
identifiers like <http://lv2plug.in/ns/lv2core#Plugin> instead of
<http://lv2plug.in/ns/lv2core/#Plugin>.
Diffstat (limited to 'lv2/urid')
-rw-r--r-- | lv2/urid/urid.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/urid/urid.ttl b/lv2/urid/urid.ttl index 29b196a..836d525 100644 --- a/lv2/urid/urid.ttl +++ b/lv2/urid/urid.ttl @@ -15,7 +15,7 @@ thread without doing any string comparison. This allows for the extensibility of RDF but with the performance of integers.</p> <p>This extension is intended as an improved and simplified replacement for the -<a href="../uri-map/uri-map.html">uri-map</a> extension, since the <q>map</q> +<a href="uri-map.html">uri-map</a> extension, since the <q>map</q> context parameter has been found problematic. This extension is functionally equivalent to the uri-map extension with a NULL context. New implementations are encouraged to use this extension for URI mapping.</p> |