Default to HTTPS in URLs
This commit is contained in:
parent
c7368d9513
commit
a6551059d0
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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/";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user