From 3cef16888dc080b50b4cfd9f2e9001b7760925e6 Mon Sep 17 00:00:00 2001 From: Xiaohui Date: Mon, 16 Oct 2023 16:29:52 -0700 Subject: [PATCH] fix broken link --- docs/tokens/ft/ft.md | 4 ++-- docs/tokens/ft/multiple.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tokens/ft/ft.md b/docs/tokens/ft/ft.md index 217984543..0581f65a3 100644 --- a/docs/tokens/ft/ft.md +++ b/docs/tokens/ft/ft.md @@ -76,7 +76,7 @@ console.log("Minted tx: ", mintTx.id); Note, that if the amount exceeds the limit set above, or the token was already wholely minted, the transaction won't be considered valid by 1Sat indexers. -The minted amount can then be transferred by calling the contract, as in [regular sCrypt contracts](../how-to-deploy-and-call-a-contract/how-to-deploy-and-call-a-contract.md#contract-call): +The minted amount can then be transferred by calling the contract, as in [regular sCrypt contracts](../../how-to-deploy-and-call-a-contract/how-to-deploy-and-call-a-contract.md#contract-call): ```ts // Transfer @@ -170,7 +170,7 @@ The whole token supply is minted within the first transaction, and whoever can u ### Transfer -The minted amount can be transferred by invoking the contract, similar to [standard sCrypt contracts](../how-to-deploy-and-call-a-contract/how-to-deploy-and-call-a-contract.md#contract-call): +The minted amount can be transferred by invoking the contract, similar to [standard sCrypt contracts](../../how-to-deploy-and-call-a-contract/how-to-deploy-and-call-a-contract.md#contract-call): ```ts // Transfer diff --git a/docs/tokens/ft/multiple.md b/docs/tokens/ft/multiple.md index 28c071c01..629ac0108 100644 --- a/docs/tokens/ft/multiple.md +++ b/docs/tokens/ft/multiple.md @@ -3,7 +3,7 @@ title: "Multiple Inputs with Different Contracts" sidebar_position: 2 --- -Suppose we would like to unlock FTs within a single transaction that are located in different smart contracts. We can utilize the same technique demonstrated in the [section for calling multiple contract instances](../advanced/how-to-call-multiple-contracts.md). +Suppose we would like to unlock FTs within a single transaction that are located in different smart contracts. We can utilize the same technique demonstrated in the [section for calling multiple contract instances](../../advanced/how-to-call-multiple-contracts.md). ```ts // One sender is regular bsv-20 P2PKH.