Update every link to the documentation to use HTTPS

This commit is contained in:
Emmanuel Gil Peyrot 2016-04-16 21:08:05 +01:00
parent 07cda18b8a
commit c6048a7cb4
21 changed files with 57 additions and 57 deletions

View file

@ -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;