Comparison

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
comparison
equal deleted inserted replaced
7358:d0390bc9c5d1 7359:a5a080c12c96
1186 ]] 1186 ]]
1187 end 1187 end
1188 if option == "short" or option == "full" then 1188 if option == "short" or option == "full" then
1189 session.print("Welcome to the Prosody administration console. For a list of commands, type: help"); 1189 session.print("Welcome to the Prosody administration console. For a list of commands, type: help");
1190 session.print("You may find more help on using this console in our online documentation at "); 1190 session.print("You may find more help on using this console in our online documentation at ");
1191 session.print("http://prosody.im/doc/console\n"); 1191 session.print("https://prosody.im/doc/console\n");
1192 end 1192 end
1193 if option ~= "short" and option ~= "full" and option ~= "graphic" then 1193 if option ~= "short" and option ~= "full" and option ~= "graphic" then
1194 session.print(option); 1194 session.print(option);
1195 end 1195 end
1196 end 1196 end