From 3c72150caf44c1efd6419758ceaf9734467be023 Mon Sep 17 00:00:00 2001 From: poorna2152 Date: Wed, 23 Oct 2024 10:19:27 +0530 Subject: [PATCH] Update the regex_type link for functions --- examples/regexp-type/regexp_type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/regexp-type/regexp_type.md b/examples/regexp-type/regexp_type.md index 622a422169..95a2270b9f 100644 --- a/examples/regexp-type/regexp_type.md +++ b/examples/regexp-type/regexp_type.md @@ -12,6 +12,6 @@ A `RegExp` value can be created by using the regexp template expression or calli ## Related links - [Ballerina regular expression grammar](https://ballerina.io/spec/lang/master/#section_10.1) -- [RegExp langlib functions](/learn/by-example/regexp-operations) +- [RegExp langlib functions overview](/learn/by-example/regexp_operations_overview) - [RegExp API Docs](https://lib.ballerina.io/ballerina/lang.regexp) - [string API Docs](https://lib.ballerina.io/ballerina/lang.string)