aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/migrator/prosody_sql.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-04-17 22:28:48 +0200
committerKim Alvefur <zash@zash.se>2016-04-17 22:28:48 +0200
commite36fe26d08200dd714b69c9f8b4c798d1e3a723e (patch)
tree65fa5a9caa2b6eb979d751ac6a7cfb369174e1d8 /tools/migration/migrator/prosody_sql.lua
parent0c5c1f5d0e105eea950e5fba1ea1a3a30f9ab1e9 (diff)
parentbbf1653e0470250acbd67998045d2ca2a382281a (diff)
downloadprosody-e36fe26d08200dd714b69c9f8b4c798d1e3a723e.tar.gz
prosody-e36fe26d08200dd714b69c9f8b4c798d1e3a723e.zip
Merge with Link Mauve
Diffstat (limited to 'tools/migration/migrator/prosody_sql.lua')
-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"