From 3a2a86aab17dfe63a8cd5de0bd235d71a76bd8e5 Mon Sep 17 00:00:00 2001 From: Gino Date: Fri, 5 Jul 2024 11:56:30 +0100 Subject: [PATCH] feat(wiki): fix admonition --- docs/build/isc/v1.1/docs/_admonitions/_AgentID.md | 2 +- docs/build/isc/v1.3/docs/_admonitions/_AgentID.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/isc/v1.1/docs/_admonitions/_AgentID.md b/docs/build/isc/v1.1/docs/_admonitions/_AgentID.md index ac7ffb8ffe7..7251622e68d 100644 --- a/docs/build/isc/v1.1/docs/_admonitions/_AgentID.md +++ b/docs/build/isc/v1.1/docs/_admonitions/_AgentID.md @@ -1,3 +1,3 @@ :::Info ISC Agent ID -The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../../../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`. +The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`. ::: \ No newline at end of file diff --git a/docs/build/isc/v1.3/docs/_admonitions/_AgentID.md b/docs/build/isc/v1.3/docs/_admonitions/_AgentID.md index 5ef57ce6934..fe3e762aa9e 100644 --- a/docs/build/isc/v1.3/docs/_admonitions/_AgentID.md +++ b/docs/build/isc/v1.3/docs/_admonitions/_AgentID.md @@ -1,3 +1,3 @@ :::info ISC Agent ID -The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../../../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`. +The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`. ::: \ No newline at end of file