diff options
author | David Robillard <d@drobilla.net> | 2019-04-27 15:11:31 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-27 17:20:53 +0200 |
commit | 26aeba2f9e9441ef916c349a751226f0e2292606 (patch) | |
tree | 0ddd8ac40279365025245e9e9eed8866488b7b2f /lv2 | |
parent | bfcdcde2b9a5c20688fe73a841c288218acd975d (diff) | |
download | lv2-26aeba2f9e9441ef916c349a751226f0e2292606.tar.xz |
Consistently use example.org in documentation
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/dynmanifest/dynmanifest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lv2/dynmanifest/dynmanifest.h b/lv2/dynmanifest/dynmanifest.h index a15eaf4..289a96f 100644 --- a/lv2/dynmanifest/dynmanifest.h +++ b/lv2/dynmanifest/dynmanifest.h @@ -75,7 +75,7 @@ int lv2_dyn_manifest_open(LV2_Dyn_Manifest_Handle * handle, example, if the plugin library exposes a regular LV2 plugin, it should output only a triple like the following: - <http://www.example.com/plugin/uri> a lv2:Plugin . + <http://example.org/plugin> a lv2:Plugin . The objects that are elegible for exposure are those that would need to be represented by a subject node in a static manifest. @@ -99,11 +99,11 @@ int lv2_dyn_manifest_get_subjects(LV2_Dyn_Manifest_Handle handle, The dynamic manifest generator has to fill the resource with data related to object represented by the given URI. For example, if the library exposes a regular LV2 plugin whose URI, as retrieved by the host using - lv2_dyn_manifest_get_subjects() is http://www.example.com/plugin/uri, it + lv2_dyn_manifest_get_subjects() is http://example.org/plugin then it should output something like: <pre> - <http://www.example.com/plugin/uri> + <http://example.org/plugin> a lv2:Plugin ; doap:name "My Plugin" ; lv2:binary <mylib.so> ; |