Skip to content

Commit f66db32

Browse files
authored
fix query.mdx link to execute.mdx for live docs (#259)
2 parents 5f28073 + d4de78d commit f66db32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/core/entrypoints/query.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { Callout } from "nextra/components";
66

77
# Query
88

9-
In the previous section we talked about the [`execute` endpoint]. The `query` endpoint is actually
10-
pretty similar to its sibling `execute`, but with one key difference: The storage is only accessible
11-
immutably.
9+
In the previous section we talked about the [`execute`](execute) endpoint. The `query` endpoint is
10+
actually pretty similar to its sibling `execute`, but with one key difference: The storage is only
11+
accessible immutably.
1212

1313
This means you can only _read_ from the storage but not _write_ to it.
1414

0 commit comments

Comments
 (0)