Fix sites to have HTTPS for git/wiki links
This commit is contained in:
parent
6a55dc8579
commit
af892c5609
2 changed files with 4 additions and 4 deletions
|
@ -333,8 +333,8 @@ void NetConnection::WelcomeHeader()
|
|||
SetConsoleTextAttribute(console, FOREGROUND_MAGENTA_BOLD);
|
||||
#endif
|
||||
printf(" Website : https://eq2emu.com \n");
|
||||
printf(" Wiki : http://eq2emu.com:3001/ \n");
|
||||
printf(" Git : http://git.eq2emu.com \n");
|
||||
printf(" Wiki : https://wiki.eq2emu.com \n");
|
||||
printf(" Git : https://git.eq2emu.com \n");
|
||||
printf(" Discord : https://discord.gg/5Cavm9NYQf \n\n");
|
||||
#ifdef _WIN32
|
||||
SetConsoleTextAttribute(console, FOREGROUND_WHITE_BOLD);
|
||||
|
|
|
@ -998,8 +998,8 @@ void NetConnection::WelcomeHeader()
|
|||
SetConsoleTextAttribute(console, FOREGROUND_MAGENTA_BOLD);
|
||||
#endif
|
||||
printf(" Website : https://eq2emu.com \n");
|
||||
printf(" Wiki : http://eq2emu.com:3001/ \n");
|
||||
printf(" Git : http://git.eq2emu.com \n");
|
||||
printf(" Wiki : https://wiki.eq2emu.com \n");
|
||||
printf(" Git : https://git.eq2emu.com \n");
|
||||
printf(" Discord : https://discord.gg/5Cavm9NYQf \n\n");
|
||||
#ifdef _WIN32
|
||||
SetConsoleTextAttribute(console, FOREGROUND_WHITE_BOLD);
|
||||
|
|
Loading…
Add table
Reference in a new issue