mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
Update every link to the documentation to use HTTPS
This commit is contained in:
parent
07cda18b8a
commit
c6048a7cb4
21 changed files with 57 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue