From d8faf225031fd96947781c1637b63a301e97604f Mon Sep 17 00:00:00 2001 From: "Tab Atkins Jr." Date: Tue, 14 Oct 2025 16:33:27 -0700 Subject: [PATCH] Fix link to spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2b14df..4c75600 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ package { For more details, see the [overview below](#overview). -There's a living [specification](https://kdl-org.github.io/kdl/#go.draft-marchan-kdl2.html), as well as various +There's a living [specification](https://kdl.dev/spec/), as well as various [implementations](#implementations). You can also check out the [FAQ](#faq) to answer all your burning questions!