From f207706a7ca2050ae86a468b416f45309cbfc591 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Oct 2020 12:12:14 +0200 Subject: Fix HTML character entities in documentation Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway. --- lv2/state/state.meta.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lv2/state/state.meta.ttl') diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 3c0fc43..59c9092 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -301,9 +301,9 @@ when it is called with URI LV2_STATE__interface. The plugin data file should describe this like so: :::turtle - @prefix state: <http://lv2plug.in/ns/ext/state#> . + @prefix state: . - <plugin> + a lv2:Plugin ; lv2:extensionData state:interface . @@ -338,9 +338,9 @@ state:state This property may be used anywhere a state needs to be described, for example: :::turtle - @prefix eg: <http://example.org/> . + @prefix eg: . - <plugin-instance> + state:state [ eg:somekey "some value" ; eg:someotherkey "some other value" ; -- cgit v1.2.1