mod_roster_command/mod_roster_command.lua
changeset 1950 1f263aaba83e
parent 1565 f9cb09d451c7
child 1951 634b42541f5b
--- a/mod_roster_command/mod_roster_command.lua	Sun Nov 08 13:46:46 2015 +0100
+++ b/mod_roster_command/mod_roster_command.lua	Tue Nov 10 17:44:22 2015 +0100
@@ -10,7 +10,7 @@
 -----------------------------------------------------------
 
 if not rawget(_G, "prosodyctl") then
-	module:log("error", "Do not load this module in Prosody, for correct usage see: http://code.google.com/p/prosody-modules/wiki/mod_roster_command");
+	module:log("error", "Do not load this module in Prosody, for correct usage see: https://modules.prosody.im/mod_roster_command.html");
 	module.host = "*";
 	return;
 end