Update every link to the documentation to use HTTPS
[prosody.git] / plugins / muc / mod_muc.lua
index 871b90b46af67293d274584270e5d7eaaa22c475..7ecd649051974b843f8ea710b90174706fa82d2a 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";