From 7f5aa6ed199df2ee57ab4d88b3a801430f9736ee Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 11 Apr 2011 23:01:20 +0200 Subject: [PATCH] Update GitHub issues links to match new URL scheme --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4587c16d..7ae3c126 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -202,4 +202,4 @@ latex_documents = [ needs_sphinx = '1.0' -extlinks = {'issue': ('http://github.com/mopidy/mopidy/issues#issue/%s', 'GH-')} +extlinks = {'issue': ('http://github.com/mopidy/mopidy/issues/%s', 'GH-')}