From a6551059d020f558b390974b2dfd2b15c2d31351 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 12 Jan 2020 09:15:01 +0100 Subject: [PATCH] Default to HTTPS in URLs --- doc/gtkdoc/Mailer-docs.xml | 2 +- src/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gtkdoc/Mailer-docs.xml b/doc/gtkdoc/Mailer-docs.xml index 2f34257..3897045 100644 --- a/doc/gtkdoc/Mailer-docs.xml +++ b/doc/gtkdoc/Mailer-docs.xml @@ -13,7 +13,7 @@ for Mailer &version;. The latest version of this documentation can be found on-line at - http://&server;/Mailer/. + https://&server;/Mailer/. diff --git a/src/common.c b/src/common.c index 47bb5b0..e77caa7 100644 --- a/src/common.c +++ b/src/common.c @@ -37,4 +37,4 @@ static char const * _authors[] = static char const * _comments = N_("e-mail client for the DeforaOS desktop"); -static const char _website[] = "http://www.defora.org/"; +static const char _website[] = "https://www.defora.org/";