From d97a798ed13a0142538e1972b2b38bcee6b2ab4a Mon Sep 17 00:00:00 2001 From: Eugene Kotsarev Date: Tue, 17 Sep 2024 15:03:17 +0300 Subject: [PATCH] fix url --- docs/build/build.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/build/build.mdx b/docs/build/build.mdx index 9cb7c55..310d270 100644 --- a/docs/build/build.mdx +++ b/docs/build/build.mdx @@ -10,7 +10,9 @@ For a quick overview of writing and running programs on Vara, refer to [this gui ## Sails Library (High-Level Development) -The [Sails library](./sails) is the recommended starting point for developing applications on the Vara Network. It eliminates the need to write low-level boilerplate code with `gstd`, enabling developers to concentrate on solving business problems. +The [Sails library](/docs/build/sails) is the recommended starting point for developing applications on the Vara +Network. +It eliminates the need to write low-level boilerplate code with `gstd`, enabling developers to concentrate on solving business problems. Additionally, Sails provides developers with automatically generated client code in Rust or TypeScript, making it easier to interface with their deployed Vara applications.