diff options
Diffstat (limited to 'src/common/Banner.cpp')
| -rw-r--r-- | src/common/Banner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Banner.cpp b/src/common/Banner.cpp index 7d96504eabe..9220a1b8fcd 100644 --- a/src/common/Banner.cpp +++ b/src/common/Banner.cpp @@ -31,7 +31,7 @@ void Trinity::Banner::Show(char const* applicationName, void(*log)(char const* t log(R"( \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \)"); log(R"( \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \)"); log(R"( C O R E /\___/)"); - log(R"(http://TrinityCore.org \/__/)" "\n"); + log(R"(https://TrinityCore.org \/__/)" "\n"); if (logExtraInfo) logExtraInfo(); |
