From d708d0988f11b8c88f074a579add9059c1b7e55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 20 Dec 2020 11:51:53 -0800 Subject: [PATCH] fix spec link --- src/_includes/partials/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/description.md b/src/_includes/partials/description.md index 233b5f5..04f8ec1 100644 --- a/src/_includes/partials/description.md +++ b/src/_includes/partials/description.md @@ -6,7 +6,7 @@ invoking a bunch of CLI commands! It's meant to be used both as a serialization format and a configuration language, and is relatively light on syntax compared to XML. -There's a living [specification](SPEC.md), as well as +There's a living [specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as [implementations](#implementations). The language is based on [SDLang](https://sdlang.org), with a number of modifications and clarifications on its syntax and behavior.