Update every link to the documentation to use HTTPS
[prosody.git] / tools / migration / migrator / prosody_sql.lua
index 180ae910725cf38d32852310bdd8875563da3afd..1872a85d428e85b055ab067074cc3b09ea53f66b 100644 (file)
@@ -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"