From cbdf0f27ae3eb7ec03eda6c09bab40d2bb9195c6 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 2 Jan 2017 01:13:28 +0100 Subject: [PATCH] Fix ownCloud docs Fix #532 --- docs/supported.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/supported.rst b/docs/supported.rst index 897af65..b3843f2 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -100,13 +100,13 @@ Vdirsyncer is continuously tested against the latest version of ownCloud_:: [storage cal] type = "caldav" - url = "https://example.com/owncloud/remote.php/caldav/" + url = "https://example.com/remote.php/dav/" username = ... password = ... [storage card] type = "carddav" - url = "https://example.com/owncloud/remote.php/carddav/" + url = "https://example.com/remote.php/dav/" username = ... password = ...