From bf83796ed4389a970264a9d46a40b64525191228 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Tue, 26 Mar 2024 11:41:43 +0100 Subject: [PATCH] Fix link --- .../isc/v1.0.0-rc.6/docs/how-tos/core-contracts/call-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();