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 :::