File: 0003-Refresh-README-links.patch

package info (click to toggle)
mcds 1.9-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 548 kB
  • sloc: ansic: 1,628; perl: 217; makefile: 65; sh: 57; sed: 16
file content (39 lines) | stat: -rw-r--r-- 1,423 bytes parent folder | download | duplicates (2)
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`