Commit 5e126a9 1 parent 5158b89 commit 5e126a9 Copy full SHA for 5e126a9
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ CardDAV server list
49
49
* Apple Addressbook Server: https://example.com/addressbooks/users/{resource|principal|username}/{collection}/
50
50
* memotoo: https://sync.memotoo.com/cardDAV/
51
51
* SabreDAV: https://example.com/addressbooks/{resource|principal|username}/{collection}/
52
- * ownCloud: https://example.com/apps/contacts/carddav .php/addressbooks/{resource|principal|username}/{collection}/
52
+ * ownCloud: https://example.com/remote .php/carddav /addressbooks/{resource|principal|username}/{collection}/
53
53
* SOGo: https://example.com/SOGo/dav/{resource|principal|username}/Contacts/{collection}/
54
54
55
55
@@ -58,4 +58,4 @@ Contact
58
58
* Author: Christian Putzke <
[email protected] >
59
59
* Report feature requests and bugs here: https://github.com/graviox/Roundcube-CardDAV/issues
60
60
* Visit Graviox Studios: http://www.graviox.de/
61
- * Follow me on Twitter: https://twitter.com/graviox/
61
+ * Follow me on Twitter: https://twitter.com/graviox/
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ public function get_carddav_url_list()
502
502
$ table ->add (array (), 'https://example.com/addressbooks/{resource|principal|username}/{collection}/ ' );
503
503
504
504
$ table ->add (array (), 'ownCloud ' );
505
- $ table ->add (array (), 'https://example.com/apps/contacts/carddav .php/addressbooks/{resource|principal|username}/{collection}/ ' );
505
+ $ table ->add (array (), 'https://example.com/remote .php/carddav /addressbooks/{resource|principal|username}/{collection}/ ' );
506
506
507
507
$ table ->add (array (), 'SOGo ' );
508
508
$ table ->add (array (), 'https://example.com/SOGo/dav/{resource|principal|username}/Contacts/{collection}/ ' );
Original file line number Diff line number Diff line change 74
74
* Apple Addressbook Server: https://example.com/addressbooks/users/{resource|principal|username}/{collection}/
75
75
* memotoo: https://sync.memotoo.com/cardDAV/
76
76
* SabreDAV: https://example.com/addressbooks/{resource|principal|username}/{collection}/
77
- * ownCloud: https://example.com/apps/contacts/carddav .php/addressbooks/{resource|principal|username}/{collection}/
77
+ * ownCloud: https://example.com/remote .php/carddav /addressbooks/{resource|principal|username}/{collection}/
78
78
* SOGo: http://sogo-demo.inverse.ca/SOGo/dav/{resource|principal|username}/Contacts/{collection}/
79
79
*
80
80
*
You can’t perform that action at this time.
0 commit comments