aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-04-16 21:08:05 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-04-16 21:08:05 +0100
commitc6048a7cb4097d24b5c28a29247ba7175e00ea37 (patch)
treea6829d7aa93901aa2b6d2dd4f0fc83cf3d248eea /tools/migration
parent07cda18b8af349dcdb271458e3ae5931f9a227cf (diff)
downloadprosody-c6048a7cb4097d24b5c28a29247ba7175e00ea37.tar.gz
prosody-c6048a7cb4097d24b5c28a29247ba7175e00ea37.zip
Update every link to the documentation to use HTTPS
Diffstat (limited to 'tools/migration')
-rw-r--r--tools/migration/migrator/prosody_sql.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/migration/migrator/prosody_sql.lua b/tools/migration/migrator/prosody_sql.lua
index 180ae910..1872a85d 100644
--- a/tools/migration/migrator/prosody_sql.lua
+++ b/tools/migration/migrator/prosody_sql.lua
@@ -12,7 +12,7 @@ local tostring = tostring;
local tonumber = tonumber;
if not have_DBI then
- error("LuaDBI (required for SQL support) was not found, please see http://prosody.im/doc/depends#luadbi", 0);
+ error("LuaDBI (required for SQL support) was not found, please see https://prosody.im/doc/depends#luadbi", 0);
end
module "prosody_sql"