mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
chore: change links
This commit is contained in:
parent
3a9899529a
commit
3c7f3e8740
5 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
|||
#### Официальный вариант
|
||||
|
||||
Вы можете скачать готовый бинарный файл со вкладки [Releases](https://github.com/AyuGram/AyuGramDesktop/releases) или из
|
||||
[Телеграм чата](https://t.me/ayugramchat/12788).
|
||||
[Телеграм канала](https://t.me/AyuGramReleases).
|
||||
|
||||
#### Winget
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ And many more. Check out our [Documentation](https://docs.ayugram.one/desktop/).
|
|||
#### Official
|
||||
|
||||
You can download prebuilt Windows binary from [Releases tab](https://github.com/AyuGram/AyuGramDesktop/releases) or from
|
||||
the [Telegram topic](https://t.me/ayugramchat/12788).
|
||||
the [Telegram channel](https://t.me/AyuGramReleases).
|
||||
|
||||
#### Winget
|
||||
|
||||
|
|
|
@ -58,12 +58,12 @@ void AboutBox::prepare() {
|
|||
|
||||
addButton(tr::lng_close(), [this] { closeBox(); });
|
||||
addLeftButton(
|
||||
rpl::single(QString("@ayugramchat")),
|
||||
rpl::single(QString("@AyuGramReleases")),
|
||||
[this, controller = _controller]
|
||||
{
|
||||
closeBox();
|
||||
controller->showPeerByLink(Window::PeerByLinkInfo{
|
||||
.usernameOrId = QString("ayugramchat"),
|
||||
.usernameOrId = QString("ayugramreleases"),
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -1620,7 +1620,7 @@ void UpdateApplication() {
|
|||
} else if (KSandbox::isSnap()) {
|
||||
return "https://snapcraft.io/telegram-desktop";
|
||||
}
|
||||
return "https://t.me/ayugramchat/12788";
|
||||
return "https://t.me/AyuGramReleases";
|
||||
#endif // OS_WIN_STORE || OS_MAC_STORE
|
||||
}();
|
||||
UrlClickHandler::Open(url);
|
||||
|
|
|
@ -1159,7 +1159,7 @@ void CheckReactionNotificationSchedule(
|
|||
}
|
||||
|
||||
[[nodiscard]] TextWithEntities UnsupportedMessageText() {
|
||||
const auto siteLink = u"https://t.me/ayugramchat/12788"_q;
|
||||
const auto siteLink = u"https://t.me/AyuGramReleases"_q;
|
||||
auto result = TextWithEntities{
|
||||
tr::lng_message_unsupported(tr::now, lt_link, siteLink).replace("Telegram", "AyuGram")
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue