From 0862a0e62e48f587e492d7ddb436fda557bd35e7 Mon Sep 17 00:00:00 2001 From: Jonathan Jove Date: Fri, 29 Jul 2022 15:54:32 -0500 Subject: [PATCH] Fix broken link --- docs/standard-contracts/token-contract.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard-contracts/token-contract.mdx b/docs/standard-contracts/token-contract.mdx index 4b3bcd21..7a5e9d04 100644 --- a/docs/standard-contracts/token-contract.mdx +++ b/docs/standard-contracts/token-contract.mdx @@ -309,7 +309,7 @@ fn symbol(e: Env) -> Binary; ## Interacting with the token contract in tests -See [interacting with contracts in tests](learn/interacting-with-contracts#interacting-with-contracts-in-tests) +See [interacting with contracts in tests](../learn/interacting-with-contracts#interacting-with-contracts-in-tests) for more general information on this topic. This [test