From 24a66bf9e7d5169d445668561ebf902742603abd Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 14 Oct 2018 02:53:48 +0300 Subject: [PATCH] Replace link to example folder with link to README. GitOrigin-RevId: e5f29161dc487b443fde6163a6a185079b26a565 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee123d29..db80c406 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ TDLib (Telegram Database library) is a cross-platform library for building [Tele ## Examples and documentation -Take a look at our [examples](https://github.com/tdlib/td/tree/master/example). +Take a look at our [examples](https://github.com/tdlib/td/blob/master/example/README.md). See our [Getting Started](https://core.telegram.org/tdlib/getting-started) tutorial for a description of basic TDLib concepts. See description of our [JSON](#using-json), [C++](#using-cxx), [Java](#using-java) and [.NET](#using-dotnet) interfaces. See the [td_api.tl](https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl) scheme or the automatically generated [HTML documentation](https://core.telegram.org/tdlib/docs/td__api_8h.html)