docs: Fix link from Ext API to Config API
This commit is contained in:
parent
0ae356f581
commit
be58c38083
@ -44,7 +44,7 @@ class Extension(object):
|
||||
def get_config_schema(self):
|
||||
"""The extension's config validation schema
|
||||
|
||||
:returns: :class:`mopidy.config.ExtensionConfigSchema`
|
||||
:returns: :class:`~mopidy.config.schema.ExtensionConfigSchema`
|
||||
"""
|
||||
return config_lib.ExtensionConfigSchema(self.ext_name)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user