mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
Merge pull request #353 from hobarrera/conflicts-link
Fix broken link to conflict documentation
This commit is contained in:
commit
767566b48b
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue