We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f28073 + d4de78d commit f66db32Copy full SHA for f66db32
src/pages/core/entrypoints/query.mdx
@@ -6,9 +6,9 @@ import { Callout } from "nextra/components";
6
7
# Query
8
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.
+In the previous section we talked about the [`execute`](execute) endpoint. The `query` endpoint is
+actually pretty similar to its sibling `execute`, but with one key difference: The storage is only
+accessible immutably.
12
13
This means you can only _read_ from the storage but not _write_ to it.
14
0 commit comments