diff --git a/content/tutorials/use-nfts/nftoken-tester-tutorial.md b/content/tutorials/use-nfts/nftoken-tester-tutorial.md index f0d48036a1..7d780c2691 100644 --- a/content/tutorials/use-nfts/nftoken-tester-tutorial.md +++ b/content/tutorials/use-nfts/nftoken-tester-tutorial.md @@ -29,7 +29,7 @@ ipfs://QmQjDvDhfHcMyUgDAxKig4AoMTtS5JrsfpiEEpFa3F9QRt Open `NFTokenTester.html` in a web browser, and display the JavaScript console. For example, in Google Chrome choose **View>Developer>JavaScript Console**. -You can find the full code for the `NFTokenTester.htm` [here](NFTokenTester.htm). The walkthrough below describes key sections in the code. The functions share much of the same code, with the only changes in the body of the transaction arguments themselves. +You can find the full code for the `NFTokenTester.htm` here. The walkthrough below describes key sections in the code. The functions share much of the same code, with the only changes in the body of the transaction arguments themselves. ## The `NFTokenMint` Transaction @@ -1101,4 +1101,4 @@ value = "ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf4dfuylqabf3oclgtqy55fbzdi" siz -``` \ No newline at end of file +```