diff mod_register_redirect/mod_register_redirect.lua @ 2785:2023cba9ead0

mod_register_redirect: Update doc
author t2d <td@tem.li>
date Fri, 06 Oct 2017 20:21:45 +0200
parents ba999840f318
children
line wrap: on
line diff
--- a/mod_register_redirect/mod_register_redirect.lua	Fri Oct 06 19:45:38 2017 +0200
+++ b/mod_register_redirect/mod_register_redirect.lua	Fri Oct 06 20:21:45 2017 +0200
@@ -54,7 +54,7 @@
 					inst_text = "Please contact "..module:get_host().."'s server administrator via xmpp to register an account on this server at: "..ajid
 				else
 					module:log("error", "Please be sure to, _at the very least_, configure one server administrator either global or hostwise...")
-					module:log("error", "if you want to use this module, or read it's configuration wiki at: http://code.google.com/p/prosody-modules/wiki/mod_register_redirect")
+					module:log("error", "if you want to use this module, or read it's configuration wiki at: https://modules.prosody.im/mod_register_redirect.html")
 					return origin.send(st.error_reply(stanza, "wait", "internal-server-error")) -- bouncing request.
 				end
 			end