mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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>`_,
|
- `contactquery.c <https://github.com/t-8ch/snippets/blob/master/contactquery.c>`_,
|
||||||
a small program explicitly written for querying vdirs from mutt.
|
a small program explicitly written for querying vdirs from mutt.
|
||||||
|
|
||||||
|
.. _supported-servers:
|
||||||
|
|
||||||
Supported servers
|
Supported servers
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -267,9 +267,9 @@ class DavStorage(Storage):
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Please also see :doc:`supported` for very important information, as
|
Please also see :ref:`supported-servers` for very important
|
||||||
changing some of the default options might be very dangerous with some
|
information, as changing some of the default options might be very
|
||||||
servers.
|
dangerous with some servers.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# the file extension of items. Useful for testing against radicale.
|
# the file extension of items. Useful for testing against radicale.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue