Software /
code /
prosody
Diff
plugins/mod_component.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 | 7301:995777582044 |
child | 7666:03aa330562ed |
line wrap: on
line diff
--- a/plugins/mod_component.lua Sat Apr 16 20:56:47 2016 +0100 +++ b/plugins/mod_component.lua Sat Apr 16 21:08:05 2016 +0100 @@ -31,7 +31,7 @@ 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;