# HG changeset patch # User t2d # Date 1507314105 -7200 # Node ID 2023cba9ead0c9b28c0c81103053e424205690d9 # Parent ba999840f318ed5ac321885b48e6f47d2089787f mod_register_redirect: Update doc diff -r ba999840f318 -r 2023cba9ead0 mod_register_redirect/README.markdown --- a/mod_register_redirect/README.markdown Fri Oct 06 19:45:38 2017 +0200 +++ b/mod_register_redirect/README.markdown Fri Oct 06 20:21:45 2017 +0200 @@ -41,12 +41,12 @@ Compatibility ------------- -0.9 works - -0.8 works + ------ -------------- + 0.10 Works + 0.9 Works + 0.8 Works + 0.7 Might not work + 0.6 Doesn't work + 0.5 Doesn't work + ------ -------------- -0.7 might not work - -0.6 won't work - -0.5 won't work diff -r ba999840f318 -r 2023cba9ead0 mod_register_redirect/mod_register_redirect.lua --- 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