From c25981e1f7e0085b778225cef7d75db1a681036e Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Tue, 22 Apr 2025 08:32:40 +0900 Subject: [PATCH] Fix a link to XML-TO-KDL (#49) --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index e07285c..aaebaa6 100644 --- a/src/index.md +++ b/src/index.md @@ -404,7 +404,7 @@ KDL that, even if not entirely idiomatic, is still valid and fits into the data models of the other two languages: * [JSON in KDL](https://github.com/kdl-org/kdl/blob/main/JSON-IN-KDL.md) -* [XML in KDL](https://github.com/kdl-org/kdl/blob/main/JSON-IN-KDL.md) +* [XML in KDL](https://github.com/kdl-org/kdl/blob/main/XML-IN-KDL.md)