mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Link more directly to supported servers
This commit is contained in:
parent
c5fba836d3
commit
dfc30b794d
2 changed files with 5 additions and 3 deletions
|
|
@ -37,6 +37,8 @@ Contacts
|
|||
- `contactquery.c <https://github.com/t-8ch/snippets/blob/master/contactquery.c>`_,
|
||||
a small program explicitly written for querying vdirs from mutt.
|
||||
|
||||
.. _supported-servers:
|
||||
|
||||
Supported servers
|
||||
=================
|
||||
|
||||
|
|
|
|||
|
|
@ -267,9 +267,9 @@ class DavStorage(Storage):
|
|||
|
||||
.. note::
|
||||
|
||||
Please also see :doc:`supported` for very important information, as
|
||||
changing some of the default options might be very dangerous with some
|
||||
servers.
|
||||
Please also see :ref:`supported-servers` for very important
|
||||
information, as changing some of the default options might be very
|
||||
dangerous with some servers.
|
||||
'''
|
||||
|
||||
# the file extension of items. Useful for testing against radicale.
|
||||
|
|
|
|||
Loading…
Reference in a new issue