Software /
code /
prosody
Diff
plugins/muc/mod_muc.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 | 7350:24e2369b67f9 |
child | 7361:3409773ca19a |
line wrap: on
line diff
--- a/plugins/muc/mod_muc.lua Sat Apr 16 20:56:47 2016 +0100 +++ b/plugins/muc/mod_muc.lua Sat Apr 16 21:08:05 2016 +0100 @@ -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";