From 14fa2fe44009b3b5650b74dfba0dad2ad6ce077e Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 29 Apr 2019 02:58:25 +0300 Subject: [PATCH] Update link to Ubuntu Touch client. GitOrigin-RevId: 7dc31e9e856ec40b71531cf68b16b28d1bf61b36 --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index a1ecf368..4fc99804 100644 --- a/example/README.md +++ b/example/README.md @@ -100,7 +100,7 @@ TDLib has a simple and convenient C++11-interface for sending and receiving requ See [example/cpp](https://github.com/tdlib/td/tree/master/example/cpp) for examples of TDLib usage from C++. [td_example.cpp](https://github.com/tdlib/td/tree/master/example/cpp/td_example.cpp) contains an example of authorization, processing new incoming messages, getting a list of chats and sending a text message. -See also the source code of [Depecher](https://github.com/blacksailer/depecher) – a Telegram app for Sailfish OS, and [Telegram Plus](https://github.com/dpniel/tg-plus) – a Qt-client for Ubuntu touch, both of which are based on TDLib. +See also the source code of [Depecher](https://github.com/blacksailer/depecher) – a Telegram app for Sailfish OS, and [TELEports](https://gitlab.com/ubports/apps/teleports) – a Qt-client for Ubuntu Touch, both of which are based on TDLib. ## Using TDLib in Swift projects