diff --git a/mopidy/backends/despotify.py b/mopidy/backends/despotify.py index 3f5e33c6..532770bc 100644 --- a/mopidy/backends/despotify.py +++ b/mopidy/backends/despotify.py @@ -24,7 +24,7 @@ class DespotifyBackend(BaseBackend): is the Python bindings for the despotify library. It got litle documentation, but a couple of examples are available. - **Issues:** http://github.com/jodal/mopidy/issues/labels/despotify + **Issues:** http://github.com/jodal/mopidy/issues/labels/backend-despotify """ def __init__(self, *args, **kwargs): diff --git a/mopidy/backends/gstreamer.py b/mopidy/backends/gstreamer.py index ef72e14b..ef7579f4 100644 --- a/mopidy/backends/gstreamer.py +++ b/mopidy/backends/gstreamer.py @@ -34,7 +34,7 @@ class GStreamerBackend(BaseBackend): Uses the `GStreamer `_ library. - **Issues:** http://github.com/jodal/mopidy/issues/labels/gstreamer + **Issues:** http://github.com/jodal/mopidy/issues/labels/backend-gstreamer """ def __init__(self, *args, **kwargs): diff --git a/mopidy/backends/libspotify.py b/mopidy/backends/libspotify.py index b5a3e316..b4b809b3 100644 --- a/mopidy/backends/libspotify.py +++ b/mopidy/backends/libspotify.py @@ -32,7 +32,7 @@ class LibspotifyBackend(BaseBackend): `_, but we haven't tested that yet. - **Issues:** http://github.com/jodal/mopidy/issues/labels/libspotify + **Issues:** http://github.com/jodal/mopidy/issues/labels/backend-libspotify """ def __init__(self, *args, **kwargs):