diff --git a/Telegram/SourceFiles/storage/localstorage.cpp b/Telegram/SourceFiles/storage/localstorage.cpp index 61e6f5996..573a3e4ed 100644 --- a/Telegram/SourceFiles/storage/localstorage.cpp +++ b/Telegram/SourceFiles/storage/localstorage.cpp @@ -545,7 +545,7 @@ const QString &readAutoupdatePrefixRaw() { return AutoupdatePrefix(value); } } - return AutoupdatePrefix("https://updates.tdesktop.com"); + return AutoupdatePrefix("https://td.telegram.org"); } void writeAutoupdatePrefix(const QString &prefix) {