From 835f8e745e553857193c201a233c7eaf6a6dbe27 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 10 Nov 2016 15:25:42 +0100 Subject: [PATCH] Fix doc link --- vdirsyncer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/__init__.py b/vdirsyncer/__init__.py index e58faa0..cda3064 100644 --- a/vdirsyncer/__init__.py +++ b/vdirsyncer/__init__.py @@ -36,7 +36,7 @@ def _detect_faulty_requests(): # pragma: no cover 'Error during import: {e}\n\n' 'If you have installed vdirsyncer from a distro package, please file ' 'a bug against that package, not vdirsyncer.\n\n' - 'Consult {d}/problems.html#requests-related-importerrors-on-debian' + 'Consult {d}/problems.html#requests-related-importerrors' '-based-distributions on how to work around this.' )