fix bad links

This commit is contained in:
Kat Marchán 2024-12-18 12:58:05 -08:00
parent 180a414c7f
commit 0aaf0ab7e5
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 3 additions and 3 deletions

View File

@ -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).