From 46a574cd5bd71134902833065bcb10239a1f4ad3 Mon Sep 17 00:00:00 2001 From: mattyx14 Date: Mon, 14 Aug 2023 00:34:34 -0600 Subject: [PATCH] description --- src/otserv.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/otserv.cpp b/src/otserv.cpp index 09a4a6ddb..2ac623b3b 100644 --- a/src/otserv.cpp +++ b/src/otserv.cpp @@ -276,7 +276,8 @@ void mainLoader(int, char*[], ServiceManager* services) { SPDLOG_INFO("A server developed by: {}", STATUS_SERVER_DEVELOPERS); SPDLOG_INFO("Visit our website for updates, support, and resources: " - "https://docs.opentibiabr.org/ and https://github.com/mattyx14/otxserver/"); + "https://docs.opentibiabr.com/home/welcome/ and " + "https://github.com/mattyx14/otxserver/\n"); std::string configName = "config.lua"; // Check if config or config.dist exist