diff --git a/mopidy/ext.py b/mopidy/ext.py index db75a16d..677086cd 100644 --- a/mopidy/ext.py +++ b/mopidy/ext.py @@ -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)