Mercurial > prosody-hg
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 |
| parents | bd0ff8ae98a8 |
| children | 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"
