Skip to content

Commit 0aaf0ab

Browse files
committed
fix bad links
1 parent 180a414 commit 0aaf0ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ various [implementations](#implementations). You can also check out the
6363
The current version of the KDL spec is `2.0.0`. For legacy KDL, please refer to
6464
the [KDL 1.0 spec](https://github.com/kdl-org/kdl/blob/main/SPEC_v1.md). All
6565
users are encouraged to migrate. [Migration is forward-and-backward-compatible
66-
and safe](./SPEC.md#compatibility), and can be automated.
66+
and safe](https://github.com/kdl-org/kdl/blob/main/SPEC.md#compatibility), and can be automated.
6767

6868
In addition to a spec for KDL itself, there are specifications for [a KDL Query
69-
Language](QUERY-SPEC.md) based on CSS selectors, and [a KDL Schema
70-
Language](SCHEMA-SPEC.md) loosely based on JSON Schema.
69+
Language](https://github.com/kdl-org/kdl/blob/main/QUERY-SPEC.md) based on CSS selectors, and [a KDL Schema
70+
Language](https://github.com/kdl-org/kdl/blob/main/SCHEMA-SPEC.md) loosely based on JSON Schema.
7171

7272
The language is based on [SDLang](https://sdlang.org), with a [number of
7373
modifications and clarifications on its syntax and behavior](#why-not-sdlang).

0 commit comments

Comments
 (0)