Mercurial > prosody-modules
changeset 1946:1f263aaba83e
mod_roster_command: Update link to new docs site
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 10 Nov 2015 17:44:22 +0100 |
parents | e5039f14e2a7 |
children | 634b42541f5b |
files | mod_roster_command/mod_roster_command.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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