Default to HTTPS in URLs
This commit is contained in:
parent
c7368d9513
commit
a6551059d0
|
@ -13,7 +13,7 @@
|
|||
<releaseinfo>
|
||||
for Mailer &version;.
|
||||
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>
|
||||
</bookinfo>
|
||||
|
||||
|
|
|
@ -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/";
|
||||
|
|
Loading…
Reference in New Issue
Block a user