From 86a4d6c36edf2619e45009d995ecf82f7dae908a Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 13 Feb 2012 10:33:17 +0100 Subject: [PATCH] Avoid HTTP to HTTPS redirect --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b4dbc35b..f8b4ffc3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -241,4 +241,4 @@ latex_documents = [ needs_sphinx = '1.0' -extlinks = {'issue': ('http://github.com/mopidy/mopidy/issues/%s', 'GH-')} +extlinks = {'issue': ('https://github.com/mopidy/mopidy/issues/%s', 'GH-')}