diff --git a/docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/call-view.md b/docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/call-view.md index 7efd8f3ba50..d66fe7c9726 100644 --- a/docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/call-view.md +++ b/docs/build/isc/v1.0.0-rc.6/docs/how-tos/core-contracts/call-view.md @@ -24,7 +24,7 @@ You can also use `call` and `callView` to interact with WASM contracts. ## Example Code -1. Get the [`AgentID`](../../explanations/how-accounts-work/) from the sender by calling ISC.sandbox.getSenderAccount(). +1. Get the [`AgentID`](../../explanations/how-accounts-work.md) from the sender by calling ISC.sandbox.getSenderAccount(). ```solidity ISCAgentID memory agentID = ISC.sandbox.getSenderAccount();