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. |