Skip to content

Commit

Permalink
docs: ✏️ update GROQ link to point to external resource
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 23, 2024
1 parent 3c9e098 commit 83d87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/scripts/parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const d = parsers.tidyData(rows, { sliceSample: 100, sort: "name" })
## GROQ
Apply a [GROQ](GROQEvaluate) query to a JSON object.
Apply a [GROQ](https://groq.dev/) query to a JSON object.
```js
const d = parsers.GROQ(`*[completed == true && userId == 2]{
Expand Down

0 comments on commit 83d87b7

Please sign in to comment.