From 8e18add9d4326368c5500dd021294e95af409d01 Mon Sep 17 00:00:00 2001 From: lolbinarycat Date: Wed, 11 Jun 2025 11:58:40 -0500 Subject: [PATCH] KQL: fix link to KDL grammar (#530) --- QUERY-SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUERY-SPEC.md b/QUERY-SPEC.md index 25ad7c6..f997e7f 100644 --- a/QUERY-SPEC.md +++ b/QUERY-SPEC.md @@ -110,7 +110,7 @@ Then the following queries are valid: ## Full Grammar Rules that are not defined in this grammar are prefixed with `$`, see [the KDL -grammar](https://kdl-org.github.io/kdl/#go.draft-marchan-kdl2.html#full-grammar) for +grammar](https://kdl.dev/spec/#name-full-grammar) for what they expand to. ```