diff --git a/examples/json-type/json_type.md b/examples/json-type/json_type.md index 846771c539..cc7b323ca9 100644 --- a/examples/json-type/json_type.md +++ b/examples/json-type/json_type.md @@ -10,7 +10,7 @@ The `json` type can be explained as a union of the simple basic types, `string`, ## Related links - [Access JSON elements](/learn/by-example/access-json-elements/) -- [Converting from JSON to user defined type with langlib functions](/learn/by-example/converting-from-json-to-user-defined-type-with-langlib-functions/) -- [Converting from user-defined type to JSON](/learn/by-example/converting-from-user-defined-type-to-json/) +- [Convert from JSON to user-defined type](/learn/by-example/convert-from-json-to-user-defined-type/) +- [Convert from user-defined type to JSON](/learn/by-example/converting-from-user-defined-type-to-json/) - [fromJsonString](https://lib.ballerina.io/ballerina/lang.value/0.0.0#fromJsonString) - [cloneWithType](https://lib.ballerina.io/ballerina/lang.value/0.0.0#cloneWithType) \ No newline at end of file