Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Oct 16, 2023
1 parent 00ee538 commit 3cef168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/tokens/ft/ft.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tokens/ft/multiple.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3cef168

Please sign in to comment.