From 282f67ffc0134df5b6b7e88d7764c6f8bc185cf8 Mon Sep 17 00:00:00 2001 From: E1ecti <67551086+E1ecti@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:41:27 +0200 Subject: [PATCH] fix: remove duplicate URL in tlb link (#358) --- pages/book/integers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/book/integers.mdx b/pages/book/integers.mdx index b37191a2..793e35ee 100644 --- a/pages/book/integers.mdx +++ b/pages/book/integers.mdx @@ -179,6 +179,6 @@ Here, `oneByte` is serialized as a [`uint8`](#serialization-types), which occupi Therefore, be **very** careful with numbers and always double-check calculations when using serialization. -[tlb]: https://docs.ton.org/develop/data-formats/tl-b-languagehttps://docs.ton.org/develop/data-formats/tl-b-language +[tlb]: https://docs.ton.org/develop/data-formats/tl-b-language [tlb-builtin]: https://docs.ton.org/develop/data-formats/tl-b-language#built-in-types [varuint]: https://docs.ton.org/develop/data-formats/msg-tlb#varuinteger-n