From bcf07bf008db94c6cbb09c1b2d5d720a9ca99d9f Mon Sep 17 00:00:00 2001 From: konakov sergey Date: Thu, 19 Jan 2023 16:28:15 +0400 Subject: [PATCH] API linnk correction Currently link to API documentationn is opening: https://github.com/ton-blockchain/docs/blob/master/apis link. Seems the right one should be: https://github.com/ton-blockchain/docs/tree/master/docs/apis --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 65acddd..a68a625 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ Learn more on how to build with TON. [Standard smart contracts](https://github.com/ton-blockchain/ton/tree/master/crypto/smartcont) is the best way to study how FunC works. -[API & SDK](/apis/). +[API & SDK](https://github.com/ton-blockchain/docs/tree/master/docs/apis). ## Whitepapers