Update every link to the documentation to use HTTPS

This commit is contained in:
Emmanuel Gil Peyrot 2016-04-16 21:08:05 +01:00
parent 07cda18b8a
commit c6048a7cb4
21 changed files with 57 additions and 57 deletions

View file

@ -399,7 +399,7 @@ local function upgrade_table(params, apply_changes)
end);
if not success then
module:log("error", "Failed to check/upgrade database schema (%s), please see "
.."http://prosody.im/doc/mysql for help",
.."https://prosody.im/doc/mysql for help",
err or "unknown error");
return false;
end