Fix a link to XML-TO-KDL (#49)

This commit is contained in:
YOSHIOKA Takuma 2025-04-22 08:32:40 +09:00 committed by GitHub
parent 195d17e91c
commit c25981e1f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: data models of the other two languages:
* [JSON in KDL](https://github.com/kdl-org/kdl/blob/main/JSON-IN-KDL.md) * [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)
</section> </section>