From f11b9ef5c6a47f0ba4c4749774700c778628217f Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:36:23 -0600 Subject: [PATCH] Update dfx-canister.mdx (#4114) --- docs/cli-reference/dfx-canister.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli-reference/dfx-canister.mdx b/docs/cli-reference/dfx-canister.mdx index a7f43bce44..8767dd4348 100644 --- a/docs/cli-reference/dfx-canister.mdx +++ b/docs/cli-reference/dfx-canister.mdx @@ -147,7 +147,7 @@ You can use the following options with the `dfx canister call` command. | `--candid ` | Provide the .did file with which to decode the response. Overrides value from dfx.json for project canisters. | | `--impersonate ` | Specifies a principal on behalf of which requests to a local PocketIC instance are sent. | | `--output ` | Specifies the output format to use when displaying a method’s return result. The valid values are `idl`, 'json', `pp` and `raw`. The `pp` option is equivalent to `idl`, but is pretty-printed. | -| `--query` | Sends a query request instead of an update request. For information about the difference between query and update calls, see [Canisters include both program and state](/docs/current/concepts/canisters-code#canister-state). | +| `--query` | Sends a query request instead of an update request. For information about the difference between query and update calls, see [Canisters include both program and state](https://internetcomputer.org/docs/current/concepts/canisters-code). | | `--random ` | Specifies the config for generating random arguments. | | `--type ` | Specifies the data format for the argument when making the call using an argument. The valid values are `idl` and `raw`. | | `--update` | Sends an update request to a canister. This is the default if the method is not a query method. |