plugins/mod_component.lua
changeset 7362 a5a080c12c96
parent 7304 995777582044
child 7669 03aa330562ed
--- 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;