From 986a5b32804667ccc253201940feb9fde9dabf12 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 21 Mar 2021 19:55:14 +0100 Subject: [PATCH] Prefer HTTPS to HTTP in most links --- org-contacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-contacts.el b/org-contacts.el index 3a30cef..57368e9 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -976,7 +976,7 @@ address." (defun org-contacts-vcard-escape (str) "Escape ; , and \n in STR for the VCard format." ;; Thanks to this library for the regexp: - ;; http://www.emacswiki.org/cgi-bin/wiki/bbdb-vcard-export.el + ;; https://www.emacswiki.org/cgi-bin/wiki/bbdb-vcard-export.el (when str (replace-regexp-in-string "\n" "\\\\n"