Software /
code /
prosody
Diff
plugins/mod_admin_telnet.lua @ 7359:a5a080c12c96
Update every link to the documentation to use HTTPS
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 16 Apr 2016 21:08:05 +0100 |
parent | 7091:1c3b38f80571 |
child | 7477:f9e470026042 |
line wrap: on
line diff
--- a/plugins/mod_admin_telnet.lua Sat Apr 16 20:56:47 2016 +0100 +++ b/plugins/mod_admin_telnet.lua Sat Apr 16 21:08:05 2016 +0100 @@ -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);