From 0037277e713e911d49e5c03ea9d5d3037e34f62d Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 24 Aug 2021 11:47:29 +0200 Subject: [PATCH] Fix build instructions link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 936be1089..55b6d3f1e 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ See our [Getting Started](https://core.telegram.org/tdlib/getting-started) tutor Take a look at our [examples](https://github.com/tdlib/td/blob/master/example/README.md#tdlib-usage-and-build-examples). -See a [TDLib build instructions generator](https://tdlib.github.io/td/build.html) for detailed instructions on how to build TDLib. +See a [TDLight build instructions generator](https://tdlight-team.github.io/tdlight/build.html) for detailed instructions on how to build TDLib. See description of our [JSON](#using-json), [C++](#using-cxx), [Java](#using-java) and [.NET](#using-dotnet) interfaces. @@ -129,7 +129,7 @@ for a list of all available `TDLib` [methods](https://core.telegram.org/tdlib/do ## Building -The simplest way to build `TDLib` is to use our [TDLib build instructions generator](https://tdlib.github.io/td/build.html). +The simplest way to build `TDLight` is to use our [TDLight build instructions generator](https://tdlight-team.github.io/tdlight/build.html). You need only to choose your programming language and target operating system to receive complete build instructions. In general, you need to install all `TDLib` [dependencies](#dependencies) as described in [Installing dependencies](#installing-dependencies).