plugins/mod_s2s/mod_s2s.lua
changeset 7362 a5a080c12c96
parent 7281 1891854b25ac
child 7453 3ae19750cd46
--- 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);