From 8ba80ecdfd6a7bf22e2554700dc04f761a3b6e56 Mon Sep 17 00:00:00 2001 From: Praneesha Chandrasiri Date: Mon, 8 May 2023 17:16:08 +0530 Subject: [PATCH] Update docs.central.ballerina.io links --- examples/xslt-transformation/xslt_transformation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xslt-transformation/xslt_transformation.md b/examples/xslt-transformation/xslt_transformation.md index 849dfc75bf..1a1a2ba563 100644 --- a/examples/xslt-transformation/xslt_transformation.md +++ b/examples/xslt-transformation/xslt_transformation.md @@ -2,7 +2,7 @@ The `xslt` library provides an API to transform XML content to HTML using XSL transformation. -For more information on the underlying module, see the [`xslt` module](https://docs.central.ballerina.io/ballerina/xslt/latest/). +For more information on the underlying module, see the [`xslt` module](https://lib.ballerina.io/ballerina/xslt/latest/). ::: code xslt_transformation.bal :::