You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GROQ specification
2
2
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)**.
4
4
5
5
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.
6
6
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!
21
21
## Development of the specification
22
22
23
23
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>.
25
25
To ensure that implementations are compatible we write test cases in the [GROQ test suite](https://github.com/sanity-io/groq-test-suite).
26
26
27
27
The specification follows the versioning scheme of **GROQ-X.revisionY** where X (major) and Y (revision) are numbers:
0 commit comments