From 67a639f0e8afda7be43261329638ef20b33dffe0 Mon Sep 17 00:00:00 2001 From: Radhe Date: Tue, 18 Jun 2024 15:56:45 +0200 Subject: [PATCH] chore(README): link to newly registered spec site --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a778802..b13ea86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GROQ specification -👉🏻 **Published versions of the spec can be viewed [here](https://sanity-io.github.io/GROQ/)**. +👉🏻 **Published versions of the spec can be viewed [here](https://spec.groq.dev)**. This is the specification for GROQ (Graph-Relational Object Queries), a query language and execution engine made at [Sanity.io](https://www.sanity.io), for filtering and projecting JSON documents. The work started in 2015, and the development of this open standard started in 2019. @@ -21,7 +21,7 @@ Go to [GROQ Arcade](https://groq.dev) to try out GROQ with any JSON data today! ## Development of the specification The specification is written using [spec-md](https://spec-md.com), a Markdown variant optimized for writing specifications. -The source is located under the `spec/`-directory which is then converted into HTML and presented at . +The source is located under the `spec/`-directory which is then converted into HTML and presented at . To ensure that implementations are compatible we write test cases in the [GROQ test suite](https://github.com/sanity-io/groq-test-suite). The specification follows the versioning scheme of **GROQ-X.revisionY** where X (major) and Y (revision) are numbers: