Software /
code /
prosody
Diff
plugins/mod_admin_telnet.lua @ 7361:3409773ca19a
Merge with Link Mauve
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 17 Apr 2016 22:28:48 +0200 |
parent | 7359:a5a080c12c96 |
child | 7477:f9e470026042 |
line wrap: on
line diff
--- a/plugins/mod_admin_telnet.lua Sun Apr 17 22:09:44 2016 +0200 +++ b/plugins/mod_admin_telnet.lua Sun Apr 17 22:28:48 2016 +0200 @@ -1188,7 +1188,7 @@ if option == "short" or option == "full" then session.print("Welcome to the Prosody administration console. For a list of commands, type: help"); session.print("You may find more help on using this console in our online documentation at "); - session.print("http://prosody.im/doc/console\n"); + session.print("https://prosody.im/doc/console\n"); end if option ~= "short" and option ~= "full" and option ~= "graphic" then session.print(option);