From d52e101ff9af152178ada2a811f3c68bb2c07196 Mon Sep 17 00:00:00 2001 From: Nicolas Sauzede Date: Tue, 12 Oct 2021 03:26:32 +0200 Subject: [PATCH] docs: Fix Implementations link (#22) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc44d81..7feef74 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ language, and is relatively light on syntax compared to XML. There's a living [specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as -[various implementations](#implementations). The language is based on +[various implementations](https://github.com/kdl-org/kdl#implementations). The language is based on [SDLang](https://sdlang.org), with a number of modifications and clarifications on its syntax and behavior.