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