Skip to content

Commit

Permalink
Correct "Minting" Link under Setup (#273)
Browse files Browse the repository at this point in the history
This "Minting" link in the setup section currently just reloads this page, my guess is the author meant to link it back to the "minting native assets" page
  • Loading branch information
mikegcoleman authored Sep 8, 2021
1 parent f574446 commit 80c92bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/native-tokens/minting-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ We recommend upload images to IPFS as it is the most common decentralized storag
:::

## Setup
Since the creation of native assets is documented extensively in the [minting](minting-nfts.md) chapter, we won't go into much detail here.
Since the creation of native assets is documented extensively in the [minting](minting.md) chapter, we won't go into much detail here.
Here's a little recap and needed setup

### Working directory
Expand Down Expand Up @@ -493,4 +493,4 @@ cardano-cli transaction sign --signing-key-file payment.skey --signing-key-fil
Full send.
```bash
cardano-cli transaction submit --tx-file burning.signed --mainnet
```
```

0 comments on commit 80c92bb

Please sign in to comment.