From 1424283f7e675721e5cc4d40b6940c425112d1f4 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Thu, 26 Dec 2019 13:46:40 +0100 Subject: [PATCH] [News] Better wiki page --- src/Components/Modules/News.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Components/Modules/News.cpp b/src/Components/Modules/News.cpp index 632f7a11..966d1f01 100644 --- a/src/Components/Modules/News.cpp +++ b/src/Components/Modules/News.cpp @@ -209,7 +209,8 @@ namespace Components UIScript::Add("visitWiki", [](UIScript::Token) { - Utils::OpenUrl(Utils::Cache::GetStaticUrl("/wiki/")); + //Utils::OpenUrl(Utils::Cache::GetStaticUrl("/wiki/")); + Utils::OpenUrl("https://github.com/Jawesome99/IW4x/wiki"); }); UIScript::Add("visitDiscord", [](UIScript::Token)