From 0aaf0ab7e5a163a9b37e18c754df0b0c5f0e0e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 18 Dec 2024 12:58:05 -0800 Subject: [PATCH] fix bad links --- src/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.md b/src/index.md index ad55ebe..d071fe9 100644 --- a/src/index.md +++ b/src/index.md @@ -63,11 +63,11 @@ various [implementations](#implementations). You can also check out the The current version of the KDL spec is `2.0.0`. For legacy KDL, please refer to the [KDL 1.0 spec](https://github.com/kdl-org/kdl/blob/main/SPEC_v1.md). All users are encouraged to migrate. [Migration is forward-and-backward-compatible -and safe](./SPEC.md#compatibility), and can be automated. +and safe](https://github.com/kdl-org/kdl/blob/main/SPEC.md#compatibility), and can be automated. In addition to a spec for KDL itself, there are specifications for [a KDL Query -Language](QUERY-SPEC.md) based on CSS selectors, and [a KDL Schema -Language](SCHEMA-SPEC.md) loosely based on JSON Schema. +Language](https://github.com/kdl-org/kdl/blob/main/QUERY-SPEC.md) based on CSS selectors, and [a KDL Schema +Language](https://github.com/kdl-org/kdl/blob/main/SCHEMA-SPEC.md) loosely based on JSON Schema. The language is based on [SDLang](https://sdlang.org), with a [number of modifications and clarifications on its syntax and behavior](#why-not-sdlang).