From 63485dbf7f00163f68abeecc700747e840d72161 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 1 Nov 2021 11:50:55 +0400 Subject: [PATCH] Change sponsored messages about link. --- Telegram/SourceFiles/boxes/about_sponsored_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/about_sponsored_box.cpp b/Telegram/SourceFiles/boxes/about_sponsored_box.cpp index e4e223f392..b64500de6d 100644 --- a/Telegram/SourceFiles/boxes/about_sponsored_box.cpp +++ b/Telegram/SourceFiles/boxes/about_sponsored_box.cpp @@ -18,7 +18,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL namespace Ui { namespace { -constexpr auto kUrl = "https://telegram.org/ads"_cs; +constexpr auto kUrl = "https://promote.telegram.org"_cs; } // namespace