From dc8d787d504d289f2e1bfe43f28f4bf36a3c14da Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Wed, 2 Mar 2016 03:16:01 -0300 Subject: [PATCH] Fix broken link to conflict documentation --- vdirsyncer/cli/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/cli/utils.py b/vdirsyncer/cli/utils.py index f54fec3..2a083e4 100644 --- a/vdirsyncer/cli/utils.py +++ b/vdirsyncer/cli/utils.py @@ -96,7 +96,7 @@ def handle_cli_error(status_name=None): '{status_name}: One item changed on both sides. Resolve this ' 'conflict manually, or by setting the `conflict_resolution` ' 'parameter in your config file.\n' - 'See also {docs}/api.html#pair-section\n' + 'See also {docs}/config.html#pair-section\n' 'Item ID: {e.ident}\n' 'Item href on side A: {e.href_a}\n' 'Item href on side B: {e.href_b}\n'