From 5b66a52dccad783cb5a3d2dd3dfcbe326104485b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 21 Jun 2010 15:16:25 +0200 Subject: [PATCH] Update links to backend issues --- mopidy/backends/despotify.py | 2 +- mopidy/backends/gstreamer.py | 2 +- mopidy/backends/libspotify.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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):