Skip to content

Commit 196ba7a

Browse files
committed
Fix broken links
1 parent 81dbb3c commit 196ba7a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/concepts/tokens/fungible-tokens/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Fungible tokens are interchangeable and indistinguishable from one another. They
1616

1717
Trust lines are structures in the XRP Ledger for holding fungible [tokens](../index.md). Trust lines enforce the XRP Ledger's rule that you cannot cause someone else to hold a token they don't want. This precaution is necessary to enable the XRP Ledger's use case for [community credit](../index.md#community-credit) among other benefits.
1818

19-
A trust line is defined as a [RippleState](../../references/protocol/ledger-data/ledger-entry-types/ripplestate) object. Each trust line is a _bidirectional_ relationship consisting of:
19+
A trust line is defined as a [RippleState](../../../references/protocol/ledger-data/ledger-entry-types/ripplestate) object. Each trust line is a _bidirectional_ relationship consisting of:
2020

2121
- The identifiers for the two [accounts](../../accounts/index.md) that the trust line connects.
2222
- A single, shared balance, which is positive from the perspective of one account and negative from the other perspective.

docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ On a usage level, MPTs provide a straightforward conceptual model compared to tr
5454
MPTs are intended to be complementary to IOUs. While there might be use cases where either MPTs or IOUs might be suitable, there will likely be a need for both over the long term. There will be use cases such as credit lines for lending and borrowing that might be better represented by IOUs long term. The MPT feature set should evolve in an incremental manner to unlock more common use cases first and deliver additional feature support at a later time. During the MPT development period, some cases might still be better represented by an IOU, then later be better supported with MPTs.
5555

5656
## See Also
57-
57+
5858
- **References:**
59-
- [MPToken](../../../references/protocol/data-types/mptoken.md)
60-
- [MPTokenIssuance](../../../references/protocol/data-types/mptokenissuance.md)
59+
- [MPToken](../../../references/protocol/ledger-data/ledger-entry-types/mptoken.md)
60+
- [MPTokenIssuance](../../../references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md)
6161
- [MPTokenAuthorize](../../../references/protocol/transactions/types/mptokenauthorize.md)
6262
- [MPTokenIssuanceCreate](../../../references/protocol/transactions/types/mptokenissuancecreate.md)
6363
- [MPTokenIssuanceDestroy](../../../references/protocol/transactions/types/mptokenissuancedestroy.md)
6464
- [MPTokenIssuanceSet](../../../references/protocol/transactions/types/mptokenissuanceset.md)
65-

docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,9 @@ Return an `MPTokenIssuance` object.
960960
```sh
961961
rippled json ledger_entry '{ "mpt_issuance": "000004C463C52827307480341125DA0577DEFC38405B0E3E", "ledger_index": "validated" }'
962962
```
963+
964+
[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_entry-mpt_issuance)
965+
963966
### Get MPToken Object
964967

965968
Return an `MPToken` object.
@@ -1004,8 +1007,7 @@ Return an `MPToken` object.
10041007
rippled json ledger_entry '{ "mpt_issuance_id": "000002DFA4D893CFBC4DC6AE877EB585F90A3B47528B958D", "account":"r33kves44ksufkHSGg3M6GPPAsoVHEN8C1"}'
10051008
```
10061009
<!-- MULTICODE_BLOCK_END -->
1007-
1008-
[Try it! >](/resources/dev-tools/websocket-api-tool.html#ledger_entry-mpt_issuance)
1010+
[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_entry-mptissuance)
10091011

10101012
## Response Format
10111013

0 commit comments

Comments
 (0)