diff options
Diffstat (limited to 'doc/c')
-rw-r--r-- | doc/c/plugins.rst | 2 | ||||
-rw-r--r-- | doc/c/uis.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/plugins.rst b/doc/c/plugins.rst index 3551e08..c86431e 100644 --- a/doc/c/plugins.rst +++ b/doc/c/plugins.rst @@ -35,7 +35,7 @@ which can be done with :func:`lilv_plugins_get_by_uri`: const LilvPlugin* plugin = lilv_plugins_get_by_uri(list, plugin_uri); :struct:`LilvPlugin` has various accessors that can be used to get information about the plugin. -See the :doc:`API reference <api/plugin>` for details. +See the :doc:`API reference <api/lilv_plugin>` for details. ********* Instances diff --git a/doc/c/uis.rst b/doc/c/uis.rst index cbca8f6..5abaa2c 100644 --- a/doc/c/uis.rst +++ b/doc/c/uis.rst @@ -18,4 +18,4 @@ The available UIs for a plugin can be accessed with :func:`lilv_plugin_get_uis`: except it is of course a set of :struct:`LilvUI` rather than a set of :struct:`LilvPlugin`. Also like plugins, the :struct:`LilvUI` class has various accessors that can be used to get information about the UI. -See the :doc:`API reference <api/ui>` for details. +See the :doc:`API reference <api/lilv_ui>` for details. |