Software /
code /
prosody
Diff
plugins/mod_storage_sql.lua @ 7359:a5a080c12c96
Update every link to the documentation to use HTTPS
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 16 Apr 2016 21:08:05 +0100 |
parent | 7305:c02e3d8f23fc |
child | 7758:2b305ec8c146 |
line wrap: on
line diff
--- a/plugins/mod_storage_sql.lua Sat Apr 16 20:56:47 2016 +0100 +++ b/plugins/mod_storage_sql.lua Sat Apr 16 21:08:05 2016 +0100 @@ -399,7 +399,7 @@ 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