Software /
code /
prosody
Diff
plugins/mod_s2s/mod_s2s.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 | 7278:1891854b25ac |
child | 7450:3ae19750cd46 |
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua Sat Apr 16 20:56:47 2016 +0100 +++ b/plugins/mod_s2s/mod_s2s.lua Sat Apr 16 21:08:05 2016 +0100 @@ -146,7 +146,7 @@ function module.add_host(module) if module:get_option_boolean("disallow_s2s", false) then - module:log("warn", "The 'disallow_s2s' config option is deprecated, please see http://prosody.im/doc/s2s#disabling"); + module:log("warn", "The 'disallow_s2s' config option is deprecated, please see https://prosody.im/doc/s2s#disabling"); return nil, "This host has disallow_s2s set"; end module:hook("route/remote", route_to_existing_session, -1);