Fix NFTokenModify source links

This commit is contained in:
mDuo13
2025-05-28 14:18:37 -07:00
parent 9dce798703
commit 6d90eb4974
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ title:
- NFTokenModify
---
# NFTokenModify
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenMint.cpp "Source")
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenModify.cpp "Source")
`NFTokenModify` is used to change the `URI` field of an NFT to point to a different URI in order to update the supporting data for the NFT. The NFT must have been minted with the `tfMutable` flag set. See [Dynamic Non-Fungible Tokens](../../../../concepts/tokens/nfts/dynamic-nfts.md).