Merge with Link Mauve
[prosody.git] / plugins / muc / mod_muc.lua
index 354ab1d144ed00bf38e1765a397c6296fa01071d..c8723c162f8a0d198ef0bf2417d5171e76157b3f 100644 (file)
@@ -7,7 +7,7 @@
 --
 
 if module:get_host_type() ~= "component" then
-       error("MUC should be loaded as a component, please see http://prosody.im/doc/components", 0);
+       error("MUC should be loaded as a component, please see https://prosody.im/doc/components", 0);
 end
 
 local muclib = module:require "muc";