summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mod_irc/mod_irc_connection.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_irc/mod_irc_connection.erl b/src/mod_irc/mod_irc_connection.erl
index b261ae33..824e16f5 100644
--- a/src/mod_irc/mod_irc_connection.erl
+++ b/src/mod_irc/mod_irc_connection.erl
@@ -629,7 +629,7 @@ process_version(StateData, Nick, From) ->
"\001\r\n",
[FromUser, ?VERSION]) ++
io_lib:format("NOTICE ~s :\001VERSION "
- "http://www.jabber.ru/projects/ejabberd/"
+ "http://ejabberd.jabberstudio.org/"
"\001\r\n",
[FromUser])).