Skip to content

Commit 75bc3d3

Browse files
committed
chore(README): link to newly registered spec site
1 parent a1ef9ee commit 75bc3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GROQ specification
22

3-
👉🏻 **Published versions of the spec can be viewed [here](https://sanity-io.github.io/GROQ/)**.
3+
👉🏻 **Published versions of the spec can be viewed [here](https://spec.groq.dev)**.
44

55
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.
66
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!
2121
## Development of the specification
2222

2323
The specification is written using [spec-md](https://spec-md.com), a Markdown variant optimized for writing specifications.
24-
The source is located under the `spec/`-directory which is then converted into HTML and presented at <https://sanity-io.github.io/GROQ/>.
24+
The source is located under the `spec/`-directory which is then converted into HTML and presented at <https://spec.groq.dev>.
2525
To ensure that implementations are compatible we write test cases in the [GROQ test suite](https://github.com/sanity-io/groq-test-suite).
2626

2727
The specification follows the versioning scheme of **GROQ-X.revisionY** where X (major) and Y (revision) are numbers:

0 commit comments

Comments
 (0)