Update links to backend issues

This commit is contained in:
Stein Magnus Jodal 2010-06-21 15:16:25 +02:00
parent febd7ebc15
commit 5b66a52dcc
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ class DespotifyBackend(BaseBackend):
is the Python bindings for the despotify library. It got litle is the Python bindings for the despotify library. It got litle
documentation, but a couple of examples are available. 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): def __init__(self, *args, **kwargs):

View File

@ -34,7 +34,7 @@ class GStreamerBackend(BaseBackend):
Uses the `GStreamer <http://gstreamer.freedesktop.org/>`_ library. Uses the `GStreamer <http://gstreamer.freedesktop.org/>`_ 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): def __init__(self, *args, **kwargs):

View File

@ -32,7 +32,7 @@ class LibspotifyBackend(BaseBackend):
<http://github.com/noahwilliamsson/openspotify>`_, but we haven't tested <http://github.com/noahwilliamsson/openspotify>`_, but we haven't tested
that yet. 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): def __init__(self, *args, **kwargs):