mod_register_redirect: Update doc
authort2d <td@tem.li>
Fri, 06 Oct 2017 20:21:45 +0200
changeset 2789 2023cba9ead0
parent 2788 ba999840f318
child 2790 127d5452e4bb
mod_register_redirect: Update doc
mod_register_redirect/README.markdown
mod_register_redirect/mod_register_redirect.lua
--- 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
--- 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