Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Mar 26, 2024
1 parent 2eb5549 commit bf83796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bf83796

Please sign in to comment.