mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Update every link to the documentation to use HTTPS
This commit is contained in:
parent
07cda18b8a
commit
c6048a7cb4
21 changed files with 57 additions and 57 deletions
|
@ -31,7 +31,7 @@ local sessions = module:shared("sessions");
|
|||
|
||||
function module.add_host(module)
|
||||
if module:get_host_type() ~= "component" then
|
||||
error("Don't load mod_component manually, it should be for a component, please see http://prosody.im/doc/components", 0);
|
||||
error("Don't load mod_component manually, it should be for a component, please see https://prosody.im/doc/components", 0);
|
||||
end
|
||||
|
||||
local env = module.environment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue