Migrate XLS-89d links to XLS-89

This commit is contained in:
mDuo13
2025-08-27 12:09:01 -07:00
parent 01f835c351
commit 9d8819cbf6
5 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
# Issue an MPT with Metadata
Shows how to issue a Multi-Purpose Token (MPT) with metadata encoded according to the XLS-89d schema.
Shows how to issue a Multi-Purpose Token (MPT) with metadata encoded according to the XLS-89 schema.

View File

@@ -1,6 +1,6 @@
# Issue MPT with Metadata (JavaScript)
Creates a sample MPT issuance with metadata encoded as JSON according to the [XLS-89d standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089d-multi-purpose-token-metadata-schema).
Creates a sample MPT issuance with metadata encoded as JSON according to the [XLS-89 standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089-multi-purpose-token-metadata-schema).
Quick setup and usage:

View File

@@ -1,6 +1,6 @@
# Issue MPT with Metadata (Python)
Creates a sample MPT issuance with metadata encoded as JSON according to the [XLS-89d standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089d-multi-purpose-token-metadata-schema).
Creates a sample MPT issuance with metadata encoded as JSON according to the [XLS-89 standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0089-multi-purpose-token-metadata-schema).
Quick setup and usage: