From ca799b3fb3edd5c8d94b48a79504248a79319bde Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Wed, 3 Sep 2025 14:01:19 -0700 Subject: [PATCH] Fix source link formatting - Replace the old link with a link to the updated source version - Add the missing "Source" title attribute so the source link will float right as intended - Remove deprecated frontmatter --- docs/concepts/tokens/fungible-tokens/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/concepts/tokens/fungible-tokens/index.md b/docs/concepts/tokens/fungible-tokens/index.md index f5f2e42bb3..6440f1e6de 100644 --- a/docs/concepts/tokens/fungible-tokens/index.md +++ b/docs/concepts/tokens/fungible-tokens/index.md @@ -1,6 +1,4 @@ --- -html: trust-lines-and-issuing.html -parent: tokens.html seo: description: Learn about the properties and rationale of trust lines. labels: @@ -72,7 +70,7 @@ If your balance is negative (you are the issuer) or the other side's settings ar Since the **Authorized** setting cannot be turned off after it has been turned on, it does not count toward the trust line's default state. ### Free Trust Lines -[[Source]](https://github.com/XRPLF/rippled/blob/72377e7bf25c4eaee5174186d2db3c6b4210946f/src/ripple/app/tx/impl/SetTrust.cpp#L148-L168) +[[Source]](https://github.com/XRPLF/rippled/blob/2df7dcfdebcb0cdbd030c1f4b09ac748af95659c/src/xrpld/app/tx/detail/SetTrust.cpp#L387-L407 "Source") Since trust lines are a powerful feature of the XRP Ledger, there is a special feature to make an account's first two trust lines "free".