Update link to HTML sample file.

This commit is contained in:
Dennis Dawson
2021-12-17 15:18:37 -08:00
committed by GitHub
parent ebd84404c9
commit 1e829d3cf0

View File

@@ -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` <a href="https://raw.githubusercontent.com/XRPLF/xrpl-dev-portal/master/content/tutorials/use-nfts/NFTokenTester.htm">here</a>. 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
</form>
</body>
</html>
```
```