Diff

tools/migration/migrator/prosody_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 5776:bd0ff8ae98a8
child 7885:236b5a6154b2
line wrap: on
line diff
--- a/tools/migration/migrator/prosody_sql.lua	Sat Apr 16 20:56:47 2016 +0100
+++ b/tools/migration/migrator/prosody_sql.lua	Sat Apr 16 21:08:05 2016 +0100
@@ -12,7 +12,7 @@
 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"