diff options
Diffstat (limited to 'doc/c/plugins.rst')
-rw-r--r-- | doc/c/plugins.rst | 2 |
1 files changed, 1 insertions, 1 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 |