Default to HTTPS in URLs

This commit is contained in:
Pierre Pronchery 2020-01-12 09:15:01 +01:00
parent c7368d9513
commit a6551059d0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<releaseinfo> <releaseinfo>
for Mailer &version;. for Mailer &version;.
The latest version of this documentation can be found on-line at The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://&server;/Mailer/index.html">http://&server;/Mailer/</ulink>. <ulink role="online-location" url="https://&server;/Mailer/index.html">https://&server;/Mailer/</ulink>.
</releaseinfo> </releaseinfo>
</bookinfo> </bookinfo>

View File

@ -37,4 +37,4 @@ static char const * _authors[] =
static char const * _comments = static char const * _comments =
N_("e-mail client for the DeforaOS desktop"); N_("e-mail client for the DeforaOS desktop");
static const char _website[] = "http://www.defora.org/"; static const char _website[] = "https://www.defora.org/";