From 90ea3f4c3fa0b1ba4945aa71256840968ebc5b7b Mon Sep 17 00:00:00 2001 From: Romain Delamare Date: Mon, 14 Jul 2025 21:21:29 +0200 Subject: [PATCH] Kdl4J now supports KDL v2 (#50) --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index aaebaa6..d8d1cd2 100644 --- a/src/index.md +++ b/src/index.md @@ -129,7 +129,7 @@ of some examples of KDL in the wild (either v1, v2, or both): * [gokdl](https://github.com/lunjon/gokdl) * [kdl-go](https://github.com/sblinch/kdl-go) * Haskell - [Hustle](https://github.com/fuzzypixelz/Hustle) -* Java - [kdl4j](https://github.com/hkolbeck/kdl4j) +* Java - [kdl4j](https://github.com/kdl-org/kdl4j)\* * JavaScript - * [@bgotink/kdl](https://github.com/bgotink/kdl)\* (Format/comment-preserving parser) * [@virtualstate/kdl](https://github.com/virtualstate/kdl) (query only, JSX based)