From ab8cb505580c2d2d2f4be7de4d771109f5a1eeb8 Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Thu, 19 Sep 2024 15:29:38 +0530 Subject: [PATCH] Add reference link for integer subtypes --- examples/byte-type/byte_type.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/byte-type/byte_type.md b/examples/byte-type/byte_type.md index f732a45ebf..d361e4935f 100644 --- a/examples/byte-type/byte_type.md +++ b/examples/byte-type/byte_type.md @@ -4,4 +4,7 @@ The byte type in Ballerina represents an 8-bit unsigned integer, with values ran ::: code byte_type.bal ::: -::: out byte_type.out ::: \ No newline at end of file +::: out byte_type.out ::: + +## Related links +- [Built-in integer subtypes](/learn/by-example/built-in-integer-subtypes/) \ No newline at end of file