1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
From: Andrew Bower <andrew@bower.uk>
Date: Wed, 15 Jan 2025 07:57:34 +0000
Forwarded: https://github.com/t-brown/mcds/pull/42
Subject: Refresh README links
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 76f4090..3accdd3 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,10 @@ Prerequisites
-------------
+ [C compiler](https://gcc.gnu.org/)
-+ [Curl](https://curl.haxx.se/libcurl/)
-+ [LibXML2](http://www.xmlsoft.org/)
++ [Curl](https://curl.se/libcurl/)
++ [LibXML2](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home)
+ Optionally [GPGME](https://www.gnupg.org/software/gpgme/index.html)
++ Optionally [Libsecret](https://wiki.gnome.org/Projects/Libsecret)
Building / Installation
@@ -80,10 +81,10 @@ The typical URL to query for various CardDav servers.
`https://example.org/caldav.php/username/addresses`
+ [Owncloud](https://owncloud.org/)
- `http://example.org/remote.php/carddav/addressbooks/username/contacts`
+ `https://example.org/remote.php/carddav/addressbooks/username/contacts`
+ [Nextcloud](https://nextcloud.com/)
- `http://example.org/remote.php/dav/addressbooks/users/username/contacts`
+ `https://example.org/remote.php/dav/addressbooks/users/username/contacts`
+ [Gmail](https://gmail.com/)
`https://www.googleapis.com/carddav/v1/principals/username@example.com/lists/default`
|