Merge 0.10->trunk
[prosody.git] / plugins / mod_component.lua
index eebaaf3eed542f6317d134528c440e06fd24b683..340faec02c1e6267c3d1327f3e7a5e5d1f605091 100644 (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;