diff --git a/@l10n/ja/docs/concepts/accounts/addresses.md b/@l10n/ja/docs/concepts/accounts/addresses.md
index 38e1b69369..dbce131b76 100644
--- a/@l10n/ja/docs/concepts/accounts/addresses.md
+++ b/@l10n/ja/docs/concepts/accounts/addresses.md
@@ -32,7 +32,7 @@ XRP Ledgerでは、特別な意味や歴史的な役割を持つアドレスが
{% admonition type="success" name="ヒント" %}これらの技術的な詳細は、XRP Ledgerとの互換性を保つために低レベルのライブラリソフトウェアを構築しているユーザのみを対象としています!{% /admonition %}
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/AccountID.cpp#L133-L175" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/AccountID.cpp#L133-L175" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[ソース]{% /repo-link %}
XRP Ledgerのアドレスは、[base58][]形式の _ディクショナリ_ `rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz`を使用してエンコードされています。XRP Ledgerはbase58でいくつかのタイプのキーをエンコードするため、それらを区別するためにエンコードされたデータの前に1バイトの「タイプ接頭辞」(「バージョン接頭辞」とも呼ばれます)を付けます。タイプ接頭辞によりアドレスは通常、base58形式の異なる文字で始まります。
diff --git a/@l10n/ja/docs/concepts/accounts/cryptographic-keys.md b/@l10n/ja/docs/concepts/accounts/cryptographic-keys.md
index cc535a0a27..de4e6378d4 100644
--- a/@l10n/ja/docs/concepts/accounts/cryptographic-keys.md
+++ b/@l10n/ja/docs/concepts/accounts/cryptographic-keys.md
@@ -161,7 +161,7 @@ XRP Ledgerでは、サポートされているさまざまなタイプのキー
- JavaScript: [`ripple-keypairs`](https://github.com/XRPLF/xrpl.js/tree/main/packages/ripple-keypairs)パッケージ
### Ed25519鍵導出
-{% repo-link repo="xrpld" path="src/ripple/protocol/impl/SecretKey.cpp#L203" github_branch="fc7ecd672a3b9748bfea52ce65996e324553c05f" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/protocol/impl/SecretKey.cpp#L203" github_branch="fc7ecd672a3b9748bfea52ce65996e324553c05f" format="source-link" %}[ソース]{% /repo-link %}
[{% inline-svg file="/docs/img/key-derivation-ed25519.ja.svg" /%}](/docs/img/key-derivation-ed25519.ja.svg "パスフレーズ → シード → 秘密鍵 → プレフィクス + 公開鍵")
@@ -182,7 +182,7 @@ XRP Ledgerでは、サポートされているさまざまなタイプのキー
バリデータの一時キーにEd25519を使用することはできません。
### secp256k1鍵導出
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp" format="source-link" %}[ソース]{% /repo-link %}
[{% inline-svg file="/docs/img/key-derivation-secp256k1.ja.svg" /%}](/docs/img/key-derivation-secp256k1.ja.svg "パスフレーズ → シード → ルートキーペア → 仲介銀行(機関)キーペア → マスターキーペア")
diff --git a/@l10n/ja/docs/concepts/consensus-protocol/invariant-checking.md b/@l10n/ja/docs/concepts/consensus-protocol/invariant-checking.md
index d6b7ed12de..dd6415dda8 100644
--- a/@l10n/ja/docs/concepts/consensus-protocol/invariant-checking.md
+++ b/@l10n/ja/docs/concepts/consensus-protocol/invariant-checking.md
@@ -38,39 +38,39 @@ labels:
XRP Ledgerは、各トランザクションについて、以下のすべての不変条件をチェックします。
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L92" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L92" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [トランザクション手数料チェック](#トランザクション手数料チェック)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L118" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L118" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [XRPは作成されません](#xrpは作成されません)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L146" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L146" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [アカウントルートが削除されていない](#アカウントルートが削除されていない)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L173" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L173" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [XRPの残高確認](#xrpの残高確認)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L197" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L197" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [レジャーエントリ形式の一致](#レジャーエントリ形式の一致)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L224" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L224" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [XRPのトラストラインはありません](#xrpのトラストラインはありません)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L251" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L251" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [不正なオファーでない](#不正なオファーでない)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L275" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L275" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [0のエスクローでない](#0のエスクローでない)
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L300" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/InvariantCheck.h#L300" github_branch="023f5704d07d09e70091f38a0d4e5df213a3144b" format="source-link" %}[ソース]{% /repo-link %}
- [有効な新規アカウントルート](#有効な新規アカウントルート)
diff --git a/@l10n/ja/docs/concepts/tokens/fungible-tokens/index.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/index.md
index 4ab86f0282..c50178a611 100644
--- a/@l10n/ja/docs/concepts/tokens/fungible-tokens/index.md
+++ b/@l10n/ja/docs/concepts/tokens/fungible-tokens/index.md
@@ -72,7 +72,7 @@ labels:
**Authorized** の設定は、一度オンにするとオフにできないため、トラストラインの初期状態にはカウントされません。
## 無料のトラストライン
-{% repo-link repo="xrpld" path="src/ripple/app/tx/impl/SetTrust.cpp#L148-L168" github_branch="72377e7bf25c4eaee5174186d2db3c6b4210946f" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetTrust.cpp#L386-L402" format="source-link" %}[ソース]{% /repo-link %}
トラストラインはXRP Ledgerの強力な機能であるため、アカウントの最初の2つのトラストラインを「無料」にする特別な機能が用意されています。
diff --git a/@l10n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md
index 93d85ee8e7..7f4733cd56 100644
--- a/@l10n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md
+++ b/@l10n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md
@@ -8,7 +8,7 @@ labels:
- コアサーバ
---
# オンライン削除
-{% repo-link repo="xrpld" path="src/xrpld/app/misc/SHAMapStoreImp.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/misc/SHAMapStoreImp.cpp" format="source-link" %}[ソース]{% /repo-link %}
オンライン削除機能により、`rippled`サーバはレジャーの古いバージョンのローカルコピーを削除できます。これにより、時間とともにディスク使用量が急増しないようにできます。デフォルトの構成ファイルにはオンライン削除の自動実行が設定されていますが、指示があった場合にのみオンライン削除を実行するようにも設定できます。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.27.0" %}新規: rippled 0.27.0{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
index 3f0c2c8015..acb473361d 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
@@ -8,7 +8,7 @@ labels:
- コアサーバ
---
# validation_create
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidationCreate.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidationCreate.cpp" format="source-link" %}[ソース]{% /repo-link %}
`validation_create`コマンドキーを使用して、[`rippled`サーバがネットワークに対して自身の身元を識別させるのに使用できる暗号鍵](../../../../concepts/networks-and-servers/peer-protocol.md#ノードキーペア)を生成します。[wallet_proposeメソッド][]と同様に、このメソッドでは適切なフォーマットで一連のキーが単に生成されるだけです。XRP Ledgerのデータやサーバ構成は変更されません。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
index bc419e1126..a61d94f76f 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
@@ -8,7 +8,7 @@ labels:
- アカウント
---
# wallet_propose
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/WalletPropose.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/WalletPropose.cpp" format="source-link" %}[ソース]{% /repo-link %}
`wallet_propose`メソッドを使用して、キーペアとXRP Ledgerアドレスを生成します。このコマンドは単にキーとアドレス値を生成し、XRP Ledger自体には何ら影響しません。レジャー上で資金供給済みのアドレスになるには、そのアドレスで、[必要準備金](../../../../concepts/accounts/reserves.md)を満たすのに十分なXRPの[Paymentトランザクションを受け取る](../../../../concepts/accounts/index.md#アカウントの作成)必要があります。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
index 405c7b9a0e..82f3d74489 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
@@ -7,7 +7,7 @@ labels:
- データ保持
---
# can_delete
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/CanDelete.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/CanDelete.cpp" format="source-link" %}[ソース]{% /repo-link %}
`can_delete`メソッドは[指示による削除が有効なオンライン削除](../../../../infrastructure/configuration/data-retention/online-deletion.md#指示による削除)を使用する`rippled`サーバに削除が可能のレジャーバージョンを通知します。指定したレジャーバージョン以前が削除可能になります。指示による削除が有効ではない場合、このメソッドは何も行いません。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
index 380ce93500..ee6ac8a2cc 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
@@ -7,7 +7,7 @@ labels:
- データ保持
---
# ledger_cleaner
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCleanerHandler.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCleanerHandler.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ledger_cleaner`コマンドは[レジャークリーナー](https://github.com/XRPLF/rippled/blob/f313caaa73b0ac89e793195dcc2a5001786f916f/src/ripple/app/ledger/README.md#the-ledger-cleaner)を制御します。レジャークリーナーは、`rippled`のレジャーデータベースの破損を検出して修復できる非同期メンテナンスプロセスです。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
index 5b46fa61a0..869a464eac 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
@@ -7,7 +7,7 @@ labels:
- データ保持
---
# ledger_request
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerRequest.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerRequest.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ledger_request`コマンドは、サーバに対し接続しているピアから特定のレジャーバージョンを取得するように指示します。これは、サーバが直接接続しているピアの1つにそのレジャーが存在している場合にのみ機能します。場合によっては、レジャーを完全に取得するにはこのコマンドを繰り返し実行する必要があります。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
index 6857ae47ac..d77d40782a 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
@@ -7,7 +7,7 @@ labels:
- データ保持
---
# log_level
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogLevel.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogLevel.cpp" format="source-link" %}[ソース]{% /repo-link %}
`log_level`コマンドは`rippled`サーバのログ詳細レベルを変更するか、各ログメッセージカテゴリ(_パーティション_)の現在のログレベルを返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
index 9b73949901..16ffa85507 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
@@ -7,7 +7,7 @@ labels:
- データ保持
---
# logrotate
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogRotate.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogRotate.cpp" format="source-link" %}[ソース]{% /repo-link %}
`logrotate`コマンドは、ログファイルを閉じて再度開きます。これは、Linuxファイルシステムでのログローテーションを促進することを目的としています。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
index e9920d4403..af481d7016 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# connect
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Connect.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Connect.cpp" format="source-link" %}[ソース]{% /repo-link %}
`connect`コマンドは、`rippled`サーバを特定のピア`rippled`サーバに強制的に接続します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
index 56de3ab462..86cf1e9277 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# peer_reservations_add
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" format="source-link" %}[ソース]{% /repo-link %}
この{% code-page-name /%}メソッドは、XRP Ledger[ピアツーピアネットワーク](../../../../concepts/networks-and-servers/peer-protocol.md)内の特定のピアサーバの予約済みスロットを追加または更新します。{% badge href="https://github.com/XRPLF/rippled/releases/tag/1.4.0" %}新規: rippled 1.4.0{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
index ea73f3b103..1c2b5c4cf2 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
@@ -8,7 +8,7 @@ labels:
---
# peer_reservations_del
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% code-page-name /%}メソッドは、特定の[ピアリザベーション][]を削除します(存在する場合)。{% badge href="https://github.com/XRPLF/rippled/releases/tag/1.4.0" %}新規: rippled 1.4.0{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
index d680e03111..5cf781edb9 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# peer_reservations_list
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% code-page-name /%}メソッドは、[ピアリザベーション][]を一覧表示します。{% badge href="https://github.com/XRPLF/rippled/releases/tag/1.4.0" %}新規: rippled 1.4.0{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
index ee7f9be0e4..be3368da84 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# peers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Peers.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Peers.cpp" format="source-link" %}[ソース]{% /repo-link %}
`peers`コマンドは、[ピアプロトコル](../../../../concepts/networks-and-servers/peer-protocol.md)でこのサーバに現在接続されているその他のすべての`rippled`サーバのリスト(各サーバの接続状況と同期状況を含む)を返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
index 4c5e2bd025..2ea05b960f 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# ledger_accept
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerAccept.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerAccept.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ledger_accept`メソッドは、サーバが現在処理中のレジャーを強制的に終了し、次のレジャー番号に進むようにします。このメソッドはテスト専用であり、`rippled`サーバがスタンドアロンモードで実行されている場合にのみ使用できます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
index 8bf88eb90f..cfc0185654 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# stop
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Stop.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Stop.cpp" format="source-link" %}[ソース]{% /repo-link %}
サーバのグレースフルシャットダウンを行います。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
index b1b33a9ac1..ec930c41c8 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
@@ -7,7 +7,7 @@ labels:
- トランザクション送信
---
# sign
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignHandler.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignHandler.cpp" format="source-link" %}[ソース]{% /repo-link %}
`sign`メソッドは[JSONフォーマットのトランザクション](../../../protocol/transactions/index.md)と[シード値](../../../../concepts/accounts/cryptographic-keys.md)を受け取り、トランザクションの署名済みバイナリー表現を返します。[マルチシグトランザクション](../../../../concepts/accounts/multi-signing.md)に署名を付与する場合は、代わりに[sign_forメソッド][]を使用します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
index 2e4fa5a3cc..01349ec664 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
@@ -7,7 +7,7 @@ labels:
- トランザクション送信
---
# sign_for
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignFor.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignFor.cpp" format="source-link" %}[ソース]{% /repo-link %}
`sign_for`コマンドは、[マルチシグトランザクション](../../../../concepts/accounts/multi-signing.md)の署名を1つ提供します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
index 4662a2a21d..a6e0c30976 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
@@ -8,7 +8,7 @@ labels:
- コアサーバ
---
# consensus_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ConsensusInfo.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ConsensusInfo.cpp" format="source-link" %}[ソース]{% /repo-link %}
`consensus_info`メソッドは、デバッグのための[コンセンサスプロセス](../../../../concepts/consensus-protocol/index.md)に関する情報を返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
index 398a2b42d1..82f2fd19a1 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
@@ -8,7 +8,7 @@ labels:
- コアサーバ
---
# feature
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Feature1.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Feature1.cpp" format="source-link" %}[ソース]{% /repo-link %}
`feature`コマンドは、[Amendment](../../../../concepts/networks-and-servers/amendments.md)に関してこのサーバが認識している情報(Amendmentが有効であるかどうか、サーバが[Amendmentプロセス](../../../../concepts/networks-and-servers/amendments.md#amendmentプロセス)でこれらのAmendmentに賛成票を投じたかどうかなど)を返します。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.31.0" %}新規: rippled 0.31.0{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
index c9b65a851c..60e0be6327 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# fetch_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/FetchInfo.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/FetchInfo.cpp" format="source-link" %}[ソース]{% /repo-link %}
`fetch_info`コマンドは、このサーバが現在ネットワークからフェッチしているオブジェクトに関する情報と、その情報を所有しているピアの数を返します。これは現在の取得操作をリセットする場合にも使用できます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
index 3b7fc63d7d..33602b8fa9 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# get_counts
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetCounts.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetCounts.cpp" format="source-link" %}[ソース]{% /repo-link %}
`get_counts`コマンドは、サーバの健全性に関するさまざまな統計情報を提供します。そのほとんどは、現在メモリーに格納されている各種オブジェクトの数です。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
index c267f153ac..43010d1d12 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# print
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Print.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Print.cpp" format="source-link" %}[ソース]{% /repo-link %}
`print`コマンドは、さまざまな内部サブシステム(ピア、レジャークリーナー、リソースマネージャーなど)の現在の状況を返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
index ea0e7113a1..28166eeb8a 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
@@ -8,7 +8,7 @@ labels:
- ブロックチェーン
---
# validator_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorInfo.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorInfo.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% code-page-name /%}メソッドは、サーバがバリデータとして設定されている場合に、現在のバリデータの設定を返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
index 58e6107f00..473988991a 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
@@ -8,7 +8,7 @@ labels:
- コアサーバ
---
# validator_list_sites
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorListSites.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorListSites.cpp" format="source-link" %}[ソース]{% /repo-link %}
`validator_list_sites`コマンドは、バリデータリストを処理するサイトのステータス情報を返します。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.80.1" %}新規: rippled 0.80.1{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
index 147a5ec6f3..ecf821bdbd 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
@@ -8,7 +8,7 @@ labels:
- コアサーバ
---
# validators
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Validators.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Validators.cpp" format="source-link" %}[ソース]{% /repo-link %}
`validators`コマンドは、サーバが使用する公開済みの信頼できるバリデータの最新リストに関する情報を、人間が読み取れる形式で返します。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.80.1" %}新規: rippled 0.80.1{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md
index 485c27de57..aaffebbdc3 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md
@@ -46,7 +46,7 @@ Server is overloaded
```
## リクエストあたりのレート
-{% repo-link repo="xrpld" path="src/libxrpl/resource/Fees.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/resource/Fees.cpp" format="source-link" %}[ソース]{% /repo-link %}
サーバは時間の経過とともに行われるリクエストの数に基づいてクライアントの使用率を計算し、サーバがリクエストにレスポンスするためにどれだけの作業をしなければならないかに基づいて、異なるタイプのリクエストに重みをつけます。[subscribeメソッド][]と[path_findメソッド][]に対するサーバからの後続メッセージもクライアントの使用率にカウントされます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md
index a76c944a65..355c9eccd8 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# ヘルスチェック
-{% repo-link repo="xrpld" path="src/xrpld/overlay/detail/OverlayImpl.cpp#L943-L1038" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/overlay/detail/OverlayImpl.cpp#L943-L1038" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[ソース]{% /repo-link %}
ヘルスチェックは、個々の`rippled`サーバの状態を報告するための特別な[peer portメソッド](index.md)です。このメソッドは、自動化された監視において、機能停止を認識し、サーバの再起動のような自動または手動による介入を促すために使用することを意図しています。{% badge href="https://github.com/XRPLF/rippled/releases/tag/1.6.0" %}新規: rippled 1.6.0{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md
index eef0f93079..9a2e258b43 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md
@@ -45,7 +45,7 @@ JSONオブジェクトには以下のフィールドがあります。
| `public_key` | 文字列 | このバリデータリストのデータを検証するために使用する公開鍵。これは32バイトのEd25519公開鍵で、先頭に`0xED`というバイトが付きます。{% badge href="https://github.com/XRPLF/rippled/releases/tag/1.7.0" %}新規: rippled 1.7.0{% /badge %}. |
### マニフェストデータ
-{% repo-link repo="xrpld" path="src/ripple/app/misc/impl/Manifest.cpp#L43-L66" github_branch="97712107b71a8e2089d2e3fcef9ebf5362951110" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/ripple/app/misc/impl/Manifest.cpp#L43-L66" github_branch="97712107b71a8e2089d2e3fcef9ebf5362951110" format="source-link" %}[ソース]{% /repo-link %}
"マニフェスト"には、コンセンサスプロセスに関与する個人または組織(***バリデータ**または**リスト発行者**)を一意に識別する情報が含まれます。バリデータのマニフェストには、その[バリデータのトークン](../../../infrastructure/configuration/server-modes/run-rippled-as-a-validator.md#3-enable-validation-on-your-rippled-server)の _公開_ 情報が含まれます。リスト発行者のマニフェストはリスト発行者に関する情報を提供します。どちらも通常、XRP Ledgerの標準的な[バイナリフォーマット](../../protocol/binary-format.md)でバイナリにエンコードされます。(マニフェストの標準的なJSON形式はありません)。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
index 83bc48e748..9489d7008c 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
@@ -7,7 +7,7 @@ labels:
- Payment Channel
---
# account_channels
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountChannels.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountChannels.cpp" format="source-link" %}[ソース]{% /repo-link %}
_([PayChan Amendment][]が有効になっている必要があります。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.33.0" %}新規: rippled 0.33.0{% /badge %})_
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
index 88400d0eec..438f8d8631 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
@@ -7,7 +7,7 @@ labels:
- トークン
---
# account_currencies
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountCurrenciesHandler.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountCurrenciesHandler.cpp" format="source-link" %}[ソース]{% /repo-link %}
`account_currencies`コマンドは、アカウントのトラストラインに基づいてそのアカウントが送金または受領できる通貨のリストを返します。(このリストは完全に確認されたリストではありませんが、ユーザインターフェイスへの入力に使用できます。)
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
index 6908ab8156..f45a986829 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
@@ -8,7 +8,7 @@ labels:
- XRP
---
# account_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountInfo.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountInfo.cpp" format="source-link" %}[ソース]{% /repo-link %}
`account_info`コマンドは、アカウントとそのアクティビティおよびXRP残高についての情報を取得します。取得されたすべての情報は、特定バージョンのレジャーに関連付けられています。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
index ce83a1a1e8..ee6c1029a0 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
@@ -7,7 +7,7 @@ labels:
- トークン
---
# account_lines
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountLines.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountLines.cpp" format="source-link" %}[ソース]{% /repo-link %}
`account_lines`メソッドは、アカウントのトラストラインに関する情報(XRP以外のあらゆる通貨の残高と資産など)を返します。取得された情報はすべて、特定バージョンのレジャーに関連付けられています。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
index 0165f24833..2f15ebcc70 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
@@ -8,7 +8,7 @@ labels:
- データ保持
---
# account_objects
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountObjects.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountObjects.cpp" format="source-link" %}[ソース]{% /repo-link %}
`account_objects`コマンドは、アカウントが所有するすべてのレジャーエントリの生[レジャーフォーマット][]を返します。アカウントのトラストラインと残高の概要については、[account_linesメソッド][]をご覧ください。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
index 99472ef31e..4045cad63a 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
@@ -7,7 +7,7 @@ labels:
- 分散型取引所
---
# account_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountOffers.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountOffers.cpp" format="source-link" %}[ソース]{% /repo-link %}
`account_offers`メソッドは、特定の[アカウント](../../../../concepts/accounts/index.md)から出された[オファー](../../../../concepts/tokens/decentralized-exchange/offers.md)のうち、特定の[レジャーバージョン](../../../../concepts/ledgers/index.md)で未処理であったオファーのリストを取得します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
index 8f2334918b..2c174f9e2c 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
@@ -8,7 +8,7 @@ labels:
- 支払い
---
# account_tx
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountTx.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountTx.cpp" format="source-link" %}[ソース]{% /repo-link %}
`account_tx`メソッドは、指定したアカウントに関連するトランザクションのリストを取得します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
index 64570d8ea6..040be7d107 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
@@ -8,7 +8,7 @@ labels:
- アカウント
---
# gateway_balances
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GatewayBalances.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GatewayBalances.cpp" format="source-link" %}[ソース]{% /repo-link %}
`gateway_balances`コマンドは、特定のアカウントから発行された残高の合計を計算します。オプションで、[運用アドレス](../../../../concepts/accounts/account-types.md)が保有する額を除外できます。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.28.2" %}新規: rippled 0.28.2{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
index 29516c845e..e8986107f8 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
@@ -7,7 +7,7 @@ labels:
- トークン
---
# noripple_check
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NoRippleCheck.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NoRippleCheck.cpp" format="source-link" %}[ソース]{% /repo-link %}
`noripple_check`コマンドを使用すると、[アカウントのDefaultRippleフィールドとそのトラストラインのNoRippleフラグ](../../../../concepts/tokens/fungible-tokens/rippling.md)の状態を、推奨される設定と比較して迅速にチェックできます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
index 4b6ac5aa4d..ec6ac49ff9 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
@@ -7,7 +7,7 @@ label:
- ブロックチェーン
---
# ledger
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerHandler.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerHandler.cpp" format="source-link" %}[ソース]{% /repo-link %}
公開レジャーに関する情報を取得します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
index c5a27c1fb2..63834ce79b 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
@@ -7,7 +7,7 @@ label:
- ブロックチェーン
---
# ledger_closed
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerClosed.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerClosed.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ledger_closed`メソッドは、最新の決済済みレジャーの一意のIDを返します。(このレジャーは必ずしも検証済みで変更不可能ではありません。)
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
index 9bc382b4fb..87bc23a892 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
@@ -7,7 +7,7 @@ label:
- ブロックチェーン
---
# ledger_current
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCurrent.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCurrent.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ledger_current`メソッドは、現在進行中のレジャーの一意のIDを返します。このコマンドで返されるレジャーは確定されたものではないため、このコマンドは主にテストに有用です。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
index a4b78c3ab8..ec0e4ec81f 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
@@ -8,7 +8,7 @@ label:
- データ保持
---
# ledger_data
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerData.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerData.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ledger_data`メソッドは指定されたレジャーの内容を取得します。1つのレジャーバージョンの内容全体を取得するため、複数のコールを繰り返し実行できます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
index f731c9b495..fc423e9754 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
@@ -10,7 +10,7 @@ labels:
- AMM
---
# amm_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AMMInfo.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AMMInfo.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% code-page-name /%}メソッドは、自動マーケットメーカー(AMM)インスタンスに関する情報を取得します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md
index 79c0ef9c3c..ffc02a2809 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md
@@ -6,7 +6,7 @@ labels:
- クロスカレンシー
---
# book_changes
-{% repo-link repo="xrpld" path="src/xrpld/rpc/BookChanges.h" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/BookChanges.h" format="source-link" %}[ソース]{% /repo-link %}
{% code-page-name /%} メソッドは、[分散型取引所(DEX)](../../../../concepts/tokens/decentralized-exchange/index.md) のオーダーブックの変更に関する情報を、以前のレジャーバージョンと比較して提供します。これは「ローソク足」チャートの作成に役立つ場合があります。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
index ad89b7d772..426e09f998 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
@@ -6,7 +6,7 @@ labels:
- クロスカレンシー
---
# book_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/BookOffers.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/BookOffers.cpp" format="source-link" %}[ソース]{% /repo-link %}
`book_offers`メソッドは、2つの通貨間の[オファー](../../../../concepts/tokens/decentralized-exchange/offers.md)のリストを取得します。これは、_オーダーブック_ とも呼ばれます。レスポンスは、[資金供給のないオファー](../../../../concepts/tokens/decentralized-exchange/offers.md#オファーのライフサイクル)を省略し、残りの各オファーの合計に対して資金供給されている割合を報告します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
index 816c1b18b1..490c79ef2a 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
@@ -6,7 +6,7 @@ labels:
- セキュリティ
---
# deposit_authorized
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DepositAuthorized.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DepositAuthorized.cpp" format="source-link" %}[ソース]{% /repo-link %}
`deposit_authorized`コマンドは、あるアカウントに別のアカウントへ支払を直接送金する権限があるかどうかを示します。アカウントへの送金に承認を義務付ける方法については、[Deposit Authorization](../../../../concepts/accounts/depositauth.md)をご覧ください。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
index 9bbcea2e38..2e2eccffc8 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
@@ -8,7 +8,7 @@ labels:
_([PriceOracle amendment][])_
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetAggregatePrice.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetAggregatePrice.cpp" format="source-link" %}[ソース]{% /repo-link %}
`get_aggregate_price`メソッドは、指定された`Oracle`オブジェクトの集計価格を取得し、平均値、中央値、整形された平均値の3つの価格情報を返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
index 87f1ac9146..7e03ce373a 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
@@ -7,7 +7,7 @@ labels:
- 非代替性トークン, NFT, NFToken
---
# nft_buy_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" format="source-link" %}[ソース]{% /repo-link %}
`nft_buy_offers`メソッドは、与えられた[NFToken][]オブジェクトに対する購入オファーのリストを返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
index e2b78d526c..9ee34a1e87 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
@@ -7,7 +7,7 @@ labels:
- 非代替性トークン, NFT, NFToken
---
# nft_sell_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" format="source-link" %}[ソース]{% /repo-link %}
`nft_sell_offers`メソッドは、与えられた[NFToken][]オブジェクトに対する売却オファーのリストを返します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
index 426b415f8c..3b17aefa9a 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
@@ -8,7 +8,7 @@ labels:
- トークン
---
# path_find
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp" format="source-link" %}[ソース]{% /repo-link %}
*WebSocket APIのみ。*`path_find`メソッドは、トランザクションが実行される可能性のある[パス](../../../../concepts/tokens/fungible-tokens/paths.md)を探索し、時間の経過とともにパスが変化する場合に更新を定期的に送信します。JSON-RPCでサポートされているシンプルなバージョンについては、[ripple_path_findメソッド][]をご覧ください。完全にXRPで行われる支払いの場合、XRPはどのアカウントにも直接送金できるためパスを探索する必要はありません。
@@ -21,7 +21,7 @@ path_findコマンドには3種類のモード(サブコマンド)があり
`rippled`サーバは支払いを行うにあたり最も安価なパスまたはパスの組み合わせを探索しますが、このメソッドで返されるパスが最良のパスであることは保証されません。サーバの負荷が原因で、Pathfindingで最良のパスを検出できないことがあります。また、信頼できないサーバからのPathfindingの結果には注意する必要があります。オペレーターの収益となるように、最良ではないパスを返すようにサーバが改ざんされる可能性があります。Pathfindingについて信頼できる独自サーバがない場合は、1つのサーバから不適切な結果が返されるリスクを最小限に抑えるため、異なる当事者が実行する複数のサーバからのPathfindingの結果を比較してください。(**注記:** サーバから最良ではない結果が返されても、必ずしも悪意のある振る舞いの証拠とはなりません。サーバの負荷が高い場合の症状である可能性もあります。)
## path_find create
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp#L50-L56" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp#L50-L56" format="source-link" %}[ソース]{% /repo-link %}
`path_find`の`create`サブコマンドは、指定された特定アカウントから支払トランザクションを実行できるパスを探索する継続的なリクエストを作成し、別のアカウントが何らかの通貨で希望する額を受領できるようにします。初期レスポンスには2つのアドレス間で提案されるパスが含まれています。このパスにより、希望する額を受領できます。その後サーバは、`"type": "path_find"`で有効なパスの更新を含む追加メッセージを送信します。更新の頻度はサーバにより決定されますが、新しいレジャーバージョンがある場合には通常、数秒間に1回です。
@@ -499,7 +499,7 @@ path_find createリクエストからの非同期フォローアップの例を
{% /tabs %}
## path_find close
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp#L58-L67" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp#L58-L67" format="source-link" %}[ソース]{% /repo-link %}
`path_find`の`close`サブコマンドは、サーバに対して現在実行中のPathfindingリクエストに関する情報の送信を停止するように指示します。
@@ -544,7 +544,7 @@ Pathfindingリクエストが正常にクローズされた場合、レスポン
* `noPathRequest` - Pathfindingリクエストをクローズしようとしましたが、実行中のリクエストがありませんでした。
## path_find status
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp#L69-L77" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp#L69-L77" format="source-link" %}[ソース]{% /repo-link %}
`path_find`の`status`サブコマンドは、現在実行中のクライアントのPathfindingリクエストの即時更新をリクエストします。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
index 1142d87092..4ac9c97fd8 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
@@ -8,7 +8,7 @@ labels:
- トークン
---
# ripple_path_find
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/RipplePathFind.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/RipplePathFind.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ripple_path_find`メソッドは、[path_findメソッド][]のシンプルなバージョンであり、すぐに利用できる[ペイメントパス](../../../../concepts/tokens/fungible-tokens/paths.md)を含む1つのレスポンスを返します。WebSocket APIとJSON-RPC APIの両方で使用できます。ただし、結果は時間の経過とともに古くなる傾向にあります。最新の状態を維持するために複数のコールを実行する代わりに、可能な場合には[path_findメソッド][]を使用して、継続的な更新をサブスクライブします。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
index a16ce055ba..dbe5a7ccd9 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
@@ -7,7 +7,7 @@ labels:
- Payment Channel
---
# channel_authorize
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" format="source-link" %}[ソース]{% /repo-link %}
_([PayChan Amendment][]が有効になっている必要があります。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.33.0" %}新規: rippled 0.33.0{% /badge %})_
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
index e70675dfdd..c590328232 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
@@ -7,7 +7,7 @@ labels:
- Payment Channel
---
# channel_verify
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" format="source-link" %}[ソース]{% /repo-link %}
_([PayChan Amendment][]が有効になっている必要があります。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.33.0" %}新規: rippled 0.33.0{% /badge %})_
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
index 433d1d86e5..28b1e084b5 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
@@ -7,7 +7,7 @@ labels:
- 手数料
---
# fee
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Fee1.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Fee1.cpp" format="source-link" %}[ソース]{% /repo-link %}
`fee`コマンドは、[トランザクションコスト](../../../../concepts/transactions/transaction-cost.md)に関するオープンレジャーの要件の現在の状態を報告します。このコマンドを使用するには、[FeeEscalation Amendment][]が有効になっている必要があります。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.31.0" %}新規: rippled 0.31.0{% /badge %}
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
index ce9757c1b4..7f7813d87d 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
@@ -7,7 +7,7 @@ labels:
- ブロックチェーン
---
# manifest
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DoManifest.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DoManifest.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% code-page-name /%}メソッドは、指定したバリデータ公開鍵の現在の"マニフェスト"情報を報告します。"マニフェスト"は、バリデータのマスターキーペアから署名付きの公開鍵(ephemeral signing key)を認証するためのデータブロックです。{% badge href="https://github.com/XRPLF/rippled/releases/tag/1.7.0" %}更新: rippled 1.7.0{% /badge %}.
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
index fe5f22e2ff..fcffdf4cbc 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
@@ -8,7 +8,7 @@ labels:
---
# server_definitions
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp#L42" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp#L42" format="source-link" %}[ソース]{% /repo-link %}
`server_definitions`コマンドは実行中の`rippled`インスタンスから生成されたSDK互換の`definitions.json`を返します。これを使用してネットワーク上のノードにアクセスし、そのバイナリデータをシリアライズ/デシリアライズするために必要な定義を受け取ることができます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
index 2c5ed5a56e..ef6292a44b 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# server_info (rippled)
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp" format="source-link" %}[ソース]{% /repo-link %}
`server_info`コマンドは、問い合わせ中の`rippled`サーバについての各種情報を、人間が読めるフォーマットでサーバにリクエストします。[Clioサーバ](../../../../concepts/networks-and-servers/the-clio-server.md)については、[`server_info` (Clio)](../clio-methods/server_info-clio.md)をご覧ください。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
index 52cfdd1bbc..5fa119c189 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
@@ -8,7 +8,7 @@ labels:
---
# server_state
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerState.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerState.cpp" format="source-link" %}[ソース]{% /repo-link %}
`server_state`コマンドは、サーバに対し`rippled`サーバの現在の状態に関するさまざまな機械可読の情報を問い合わせます。レスポンスは[server_infoメソッド][]の場合とほぼ同じですが、読み取りやすい単位ではなく処理しやすい単位を使用します。(たとえば、XRP値は科学的記数法や10進数値の代わりに整数のdrop数で示され、時刻は秒単位ではなくミリ秒単位で示されます。)
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
index 58f8d2f573..2c887d19dc 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
@@ -10,7 +10,7 @@ labels:
- スマートコントラクト
---
# subscribe
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Subscribe.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Subscribe.cpp" format="source-link" %}[ソース]{% /repo-link %}
`subscribe`メソッドは、特定のイベントが発生した場合に、定期的に通知するようサーバにリクエストします。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
index fafcb9944f..084e901cdb 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
@@ -10,7 +10,7 @@ labels:
- スマートコントラクト
---
# unsubscribe
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Unsubscribe.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Unsubscribe.cpp" format="source-link" %}[ソース]{% /repo-link %}
`unsubscribe`コマンドはサーバに対して、特定のサブスクリプションまたは一連のサブスクリプションへのメッセージ送信の停止を指示します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md
index 60f2bb8c78..fea13ace68 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md
@@ -5,7 +5,7 @@ labels:
- トランザクション送信
---
# simulate
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Simulate.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Simulate.cpp" format="source-link" %}[ソース]{% /repo-link %}
`simulate` メソッドは、あらゆる トランザクションを仮実行し、XRP Ledger に反映することなく、その結果やメタデータを事前に確認できます。このコマンドはネットワークにトランザクションを送信しないため、手数料は発生しません。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
index 78cfe5139d..4b9939bb15 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
@@ -8,7 +8,7 @@ labels:
- 支払い
---
# submit
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Submit.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Submit.cpp" format="source-link" %}[ソース]{% /repo-link %}
`submit`メソッドは[トランザクション](../../../protocol/transactions/index.md)を適用し、トランザクションの確認と将来のレジャーへの記録が行われるように、ネットワークに送信します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
index 7159fa0471..388901884e 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
@@ -7,7 +7,7 @@ labels:
- トランザクション送信
---
# submit_multisigned
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SubmitMultiSigned.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SubmitMultiSigned.cpp" format="source-link" %}[ソース]{% /repo-link %}
`submit_multisigned`コマンドは[マルチシグ](../../../../concepts/accounts/multi-signing.md)トランザクションを適用し、このトランザクションをネットワークに送信して、今後のレジャーに追加します。([`submit`コマンドを送信専用モードで](submit.md#送信専用モード)使用して、マルチシグトランザクションをバイナリー形式で送信することもできます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
index 735b373804..407d820194 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
@@ -7,7 +7,7 @@ labels:
- トランザクション送信
---
# transaction_entry
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TransactionEntry.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TransactionEntry.cpp" format="source-link" %}[ソース]{% /repo-link %}
`transaction_entry`メソッドは、特定のレジャーバージョンから1つのトランザクションに関する情報を取得します。(これに対して、[txメソッド][]はすべてのレジャーから指定のトランザクションを検索します。txメソッドの使用をお勧めします。)
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
index 1f3403977b..4ef4c41ba1 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
@@ -9,7 +9,7 @@ labels:
---
# tx
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Tx.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Tx.cpp" format="source-link" %}[ソース]{% /repo-link %}
`tx`メソッドは1つのトランザクションに関する情報を取得します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
index 270f15413a..4dd55e4f71 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
@@ -5,7 +5,7 @@ seo:
description: 直近に作成されたトランザクションの一部を取得します。
---
# tx_history
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TxHistory.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TxHistory.cpp" format="source-link" %}[ソース]{% /repo-link %}
`tx_history`メソッドは、直近に作成されたトランザクションの一部を取得します。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
index ca539c9796..014a7ab1dd 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# ping
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Ping.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Ping.cpp" format="source-link" %}[ソース]{% /repo-link %}
`ping`コマンドは確認レスポンスを返します。これにより、クライアントは接続のステータスと遅延をテストできます。
diff --git a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
index e6a80ccfba..8fea33cb85 100644
--- a/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
+++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
@@ -7,7 +7,7 @@ labels:
- コアサーバ
---
# random
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Random.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Random.cpp" format="source-link" %}[ソース]{% /repo-link %}
`random`コマンドは、クライアントが乱数生成のエントロピー生成源として使用する乱数を提供します。
diff --git a/@l10n/ja/docs/references/protocol/binary-format.md b/@l10n/ja/docs/references/protocol/binary-format.md
index f8e358b064..3a00a19d44 100644
--- a/@l10n/ja/docs/references/protocol/binary-format.md
+++ b/@l10n/ja/docs/references/protocol/binary-format.md
@@ -15,7 +15,7 @@ curated_anchors:
anchor: "#タイプリスト"
---
# バイナリフォーマット
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/STObject.cpp#L696-L718" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/STObject.cpp#L696-L718" format="source-link" %}[ソース]{% /repo-link %}
このページでは、XRP Ledgerのトランザクションとその他のデータの正規バイナリフォーマットについて説明します。このバイナリフォーマットは、トランザクションの内容のデジタル署名を作成および検証するために必要であり、[サーバ間のピアツーピア通信](../../concepts/networks-and-servers/peer-protocol.md)を含む他の用途にも使用されます。通常、[`rippled` API](../http-websocket-apis/index.md)は、JSONを使用してクライアントアプリケーションと通信します。ただしJSONは、同じデータをさまざまな同等の方法で表現できるため、デジタル署名を付与するトランザクションをシリアル化するのに適したフォーマットではありません。
@@ -239,7 +239,7 @@ curated_anchors:
[{% inline-svg file="/docs/img/serialization-amount.ja.svg" /%}](/docs/img/serialization-amount.ja.svg "「非XRP」ビット、符号ビット、および62ビットの精度で構成されるXRPの額。「非XRP」ビット、符号ビット、指数(8ビット)、仮数(54ビット)、通貨コード(160ビット)、イシュアー(160ビット)で構成されるトークンの額。")
#### トークンの数量フォーマット
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/STAmount.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/STAmount.cpp" format="source-link" %}[ソース]{% /repo-link %}
[{% inline-svg file="/docs/img/currency-number-format.ja.svg" /%}](/docs/img/currency-number-format.ja.svg "トークンの数量フォーマットの図")
diff --git a/@l10n/ja/docs/references/protocol/data-types/basic-data-types.md b/@l10n/ja/docs/references/protocol/data-types/basic-data-types.md
index 73abe5757e..5108c5918b 100644
--- a/@l10n/ja/docs/references/protocol/data-types/basic-data-types.md
+++ b/@l10n/ja/docs/references/protocol/data-types/basic-data-types.md
@@ -28,7 +28,7 @@ seo:
### ハッシュプレフィクス
-{% repo-link repo="xrpld" path="include/xrpl/protocol/HashPrefix.h" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/HashPrefix.h" format="source-link" %}[ソース]{% /repo-link %}
多くの場合、XRP Ledgerではオブジェクトのバイナリデータに4バイトのプレフィクスを付けてからハッシュを計算するため、異なるタイプのオブジェクトが同じバイナリフォーマットである場合でも、異なるハッシュが設定されます。既存の4バイトコードは、ASCIIでエンコードされた英字3文字の後に0バイトが続く構成となっています。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/common-fields.md b/@l10n/ja/docs/references/protocol/ledger-data/common-fields.md
index cdbd7c3fea..adf6bbe9e2 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/common-fields.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/common-fields.md
@@ -4,7 +4,7 @@ seo:
description: これらの共通フィールドは、すべてのレジャーエントリの一部です。
---
# Ledger Entryの共通フィールド
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/LedgerFormats.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/LedgerFormats.cpp" format="source-link" %}[ソース]{% /repo-link %}
[レジャー](../../../concepts/ledgers/index.md)の状態データの各エントリは、同じ共通フィールドのセットと、[レジャーエントリのタイプ](ledger-entry-types/index.md)に基づく追加フィールドを持ちます。フィールド名は大文字と小文字を区別します。すべてのレジャーエントリの共通フィールドは以下の通りです。
@@ -19,7 +19,7 @@ seo:
## Ledger Entry ID
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp" format="source-link" %}[ソース]{% /repo-link %}
各レジャーエントリには一意のIDがあります。IDは、エントリの重要な内容と[名前空間識別子](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/LedgerFormats.h)をハッシュすることで得られます。[レジャーエントリのタイプ](ledger-entry-types/index.md)は、使用する名前空間識別子と、ハッシュに含めるコンテンツを決定します。これにより、すべてのIDが一意になります。ハッシュ関数は[SHA-512Half][]です。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
index 8a1369f1d3..e8143b4fdb 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
@@ -5,7 +5,7 @@ labels:
- ブロックチェーン
---
# Amendments
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L187-L192" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L187-L192" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
`Amendments`オブジェクトタイプには、現在アクティブな[Amendment](../../../../concepts/networks-and-servers/amendments.md)のリストが含まれています。各レジャーバージョンには**最大で1つの**`Amendments`オブジェクトが含まれています。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
index cb6088dd3b..1c5c37badf 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
@@ -10,7 +10,7 @@ status: not_enabled
# Bridge
_([XChainBridge Amendment][] {% not-enabled /%} が必要です)_
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L212-L223" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L212-L223" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
`Bridge`レジャーエントリは、XRP Ledgerをサイドチェーンなどの別のブロックチェーンと接続し、XRPやその他のトークン(IOU)の形で2つのブロックチェーン間を効率的に移動することを可能にする、1つのクロスチェーンブリッジを表します。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md
index 21a2e0e89c..138ab17c3f 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md
@@ -7,7 +7,7 @@ labels:
- Checks
---
# Check
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L50-L63" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L50-L63" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
_([Checks Amendment][]が必要です)_
@@ -65,7 +65,7 @@ _([Checks Amendment][]が必要です)_
## Check IDのフォーマット
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L335-L339" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L335-L339" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[ソース]{% /repo-link %}
`Check`オブジェクトのIDは、以下の値がこの順序で連結されている[SHA-512Half][]です。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
index 79dad38204..796448c93d 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
@@ -7,7 +7,7 @@ labels:
- セキュリティ
---
# DepositPreauth
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L246-L253" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L246-L253" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
`DepositPreauth`エントリは、1つのアカウントからの事前承認を追跡します。常に[DepositPreauthトランザクション][]を送信することで事前承認を作成できますが、[Deposit Authorization](../../../../concepts/accounts/depositauth.md)を使用していない限り、効果はありません。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md
index 8a2b1cc102..39a00deff6 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md
@@ -7,7 +7,7 @@ labels:
- DID
---
# DID
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L69-L77" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L69-L77" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
_([DID Amendment][])_
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
index 7ab847707c..1d504db974 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
@@ -6,7 +6,7 @@ labels:
- 分散型取引所
---
# DirectoryNode
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L177-L192" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L177-L192" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" format="source-link" %}[ソース]{% /repo-link %}
`DirectoryNode`オブジェクトタイプは、レジャーの状態ツリー内の他オブジェクトへのリンクのリストを提供します。概念上の1つの _ディレクトリ_ は、1つ以上の各DirectoryNodeオブジェクトが含まれる二重リンクリストの形式になっています。各DirectoryNodeオブジェクトには、他オブジェクトの[ID](../common-fields.md)が最大32個まで含まれています。1番目のオブジェクトはディレクトリのルートと呼ばれ、ルートオブジェクト以外のオブジェクトはすべて必要に応じて自由に追加または削除できます。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
index a9a71725b9..ecf7bfbdf0 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
@@ -5,7 +5,7 @@ labels:
- Escrow
---
# Escrow
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L344-L359" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L344-L359" format="source-link" %}[ソース]{% /repo-link %}
`Escrow`レジャーエントリは特定の条件が満たされるまでXRPを保持する1つの[エスクロー](../../../../concepts/payment-types/escrow.md)を表します。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
index 429b15b958..fe8de2f6c3 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
@@ -5,7 +5,7 @@ labels:
- 手数料
---
# FeeSettings
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L297-L309" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L297-L309" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
`FeeSettings`オブジェク
トタイプには、現在の基本[トランザクションコスト](../../../../concepts/transactions/transaction-cost.md)と、[手数料投票](../../../../concepts/consensus-protocol/fee-voting.md)により決定する[準備金の額](../../../../concepts/accounts/reserves.md)が含まれています。各レジャーバージョンには**最大で1つの** `FeeSettings`オブジェクトが含まれています。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
index 7e15486249..3883556b2a 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
@@ -7,7 +7,7 @@ labels:
- ブロックチェーン
---
# LedgerHashes
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L202-L206" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L202-L206" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
(レジャーバージョンを一意に示す[「ledger hash」文字列データ型][ハッシュ]と混同しないでください。このセクションでは、`LedgerHashes`レジャーオブジェクトタイプについて説明します。)
@@ -65,7 +65,7 @@ labels:
「過去の履歴」`LedgerHashes`オブジェクトは[スキップリスト](https://en.wikipedia.org/wiki/Skip_list)として機能するので、任意の履歴フラッグレジャーのハッシュをそのインデックスから取得できます。さらに、フラッグレジャーの「最近の履歴」オブジェクトを使用してその他のレジャーのハッシュを取得できます。
## LedgerHashes IDのフォーマット
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L195-L211" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L195-L211" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[ソース]{% /repo-link %}
`LedgerHashes`オブジェクトIDには2種類のフォーマットがあります。これは、オブジェクトのサブタイプが「最近の履歴」と「過去の履歴」のいずれであるかに応じて決まります。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
index 03c570ffeb..41c9bf46bb 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
@@ -7,7 +7,7 @@ labels:
- 分散型取引所
---
# Offer
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L242-L255" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L242-L255" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" format="source-link" %}[ソース]{% /repo-link %}
`Offer`レジャーエントリは、XRP Ledgerの[分散型取引所](../../../../concepts/tokens/decentralized-exchange/index.md)で通貨を交換する[オファー](../../../../concepts/tokens/decentralized-exchange/offers.md)を表しています。(金融ではより伝統的に _オーダー_ として知られています)。[OfferCreateトランザクション][]は他のOfferを全額約定できない場合、Offerエントリを作成します。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
index 3de50d8dd0..9c23af1af2 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
@@ -2,7 +2,7 @@
_([PriceOracle Amendment][])_
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L385-L395" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L385-L395" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
Oracleのレジャーエントリには、単一資産の価格オラクルオブジェクトに関連するデータが格納されています。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
index 36af74d2cf..05b834b2e8 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
@@ -5,7 +5,7 @@ labels:
- Payment Channel
---
# PayChannel
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L348-L363" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L348-L363" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
`PayChannel`エントリは1つの[支払いチャネル](../../../../concepts/payment-types/payment-channels.md)を表します。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md
index b3f58f441d..c82801f7ed 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md
@@ -6,7 +6,7 @@ labels:
- 許可型ドメイン
---
# PermissionedDomain
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L451-L461" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L451-L461" format="source-link" %}[ソース]{% /repo-link %}
`PermissionedDomain`レジャーエントリは、単一の[許可型ドメイン][]インスタンスを記述します。[PermissionedDomainSetトランザクション][]を送信することで、許可型ドメインを作成できます。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
index 3e5c4f44f4..0dd4efee42 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
@@ -7,7 +7,7 @@ labels:
- トークン
---
# RippleState
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L277-L289" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L277-L289" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
`RippleState`のレジャーエントリは、2つのアカウント間の[トラストライン](../../../../concepts/tokens/fungible-tokens/index.md)を表します。各アカウントは限度額やその他の設定を変更できますが、残高は共通の値です。完全にデフォルトのトラストラインは、存在しないトラストラインと同じとみなされ、自動的に削除されます。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
index 23488a3d5b..e335ed9267 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
@@ -5,7 +5,7 @@ labels:
- セキュリティ
---
# SignerList
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L111-L118" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L111-L118" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
`SignerList`オブジェクトタイプは、個別アカウントの代わりにグループとしてトランザクション署名をすることが承認されている署名者のリストです。[SignerListSetトランザクション][]を使用して、SignerListを作成、置き換え、または削除できます。
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
index b9dff07276..d56de8587d 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
@@ -8,7 +8,7 @@ labels:
---
# Ticket
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L124-L130" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L124-L130" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[ソース]{% /repo-link %}
_([TicketBatch amendment][]が必要です)_
diff --git a/@l10n/ja/docs/references/protocol/ledger-data/ledger-header.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-header.md
index e5826ff25f..942ce04d13 100644
--- a/@l10n/ja/docs/references/protocol/ledger-data/ledger-header.md
+++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-header.md
@@ -8,7 +8,7 @@ labels:
- ブロックチェーン
---
# レジャーヘッダー
-{% repo-link repo="xrpld" path="src/xrpld/app/consensus/RCLCxLedger.h" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/consensus/RCLCxLedger.h" format="source-link" %}[ソース]{% /repo-link %}
すべてのレジャーバージョンには、その内容を記述する一意のヘッダーが含まれています。[ledgerメソッド][]を使用してレジャーのヘッダー情報を検索できます。レジャーヘッダーの内容を以下に示します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/transaction-results/index.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/index.md
index 45ce28fa79..c594163a0d 100644
--- a/@l10n/ja/docs/references/protocol/transactions/transaction-results/index.md
+++ b/@l10n/ja/docs/references/protocol/transactions/transaction-results/index.md
@@ -8,7 +8,7 @@ labels:
---
# トランザクションの結果
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" format="source-link" %}[ソース]{% /repo-link %}
`rippled`サーバは、トランザクション結果の要約を結果コードで示し、結果コードは`engine_result`や`meta.TransactionResult`などのフィールドに記述されます。これらのコードは、それぞれ異なるプレフィクスを付加した複数のカテゴリに分類されます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md
index 09eb0ae6b2..5c33b95607 100644
--- a/@l10n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md
+++ b/@l10n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md
@@ -5,7 +5,7 @@ labels:
- トランザクション送信
---
# tecコード
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" format="source-link" %}[ソース]{% /repo-link %}
これらのコードは、トランザクションは失敗したものの、[トランザクションコスト](../../../../concepts/transactions/transaction-cost.md)を適用するために、このトランザクションがレジャーに適用されたことを示します。100から199までの数値が含まれています。数値ではなくテキストコードの使用が推奨されます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/accountdelete.md b/@l10n/ja/docs/references/protocol/transactions/types/accountdelete.md
index 0effa93600..29538b3a80 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/accountdelete.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/accountdelete.md
@@ -8,7 +8,7 @@ txIcon: cancel
---
# AccountDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteAccount.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteAccount.cpp" format="source-link" %}[ソース]{% /repo-link %}
AccountDeleteトランザクションは、XRP Ledgerで[アカウント](../../ledger-data/ledger-entry-types/accountroot.md)と、アカウントが所有するオブジェクトを削除し、可能であれば、アカウントの残りのXRPを指定された送金先アカウントに送信します。アカウントを削除する要件については、[アカウントの削除](../../../../concepts/accounts/deleting-accounts.md)をご覧ください。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/accountset.md b/@l10n/ja/docs/references/protocol/transactions/types/accountset.md
index bdfb911190..8ef9cdf583 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/accountset.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/accountset.md
@@ -7,7 +7,7 @@ txIcon: modify
---
# AccountSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetAccount.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetAccount.cpp" format="source-link" %}[ソース]{% /repo-link %}
AccountSetトランザクションは、[XRP Ledgerのアカウント](../../ledger-data/ledger-entry-types/accountroot.md)のプロパティーを修正します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ammbid.md b/@l10n/ja/docs/references/protocol/transactions/types/ammbid.md
index a22b8c6f98..432bc11d6d 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ammbid.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ammbid.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: modify
---
# AMMBid
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMBid.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMBid.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% amendment-disclaimer name="AMM" /%}
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ammclawback.md b/@l10n/ja/docs/references/protocol/transactions/types/ammclawback.md
index 84c26dcb26..8419cfd767 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ammclawback.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ammclawback.md
@@ -9,7 +9,7 @@ txIcon: cancel
---
# AMMClawback
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMClawback.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMClawback.cpp" format="source-link" %}[ソース]{% /repo-link %}
発行したトークンをAMMプールに預け入れた保有者からトークンを回収します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ammcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/ammcreate.md
index 1ff2624e6f..af65493342 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ammcreate.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ammcreate.md
@@ -10,7 +10,7 @@ requiredAmendment: AMM
txIcon: create
---
# AMMCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMCreate.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMCreate.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% amendment-disclaimer name="AMM" /%}
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ammdelete.md b/@l10n/ja/docs/references/protocol/transactions/types/ammdelete.md
index baebda053a..4c530e7ffa 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ammdelete.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ammdelete.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: cancel
---
# AMMDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDelete.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDelete.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% amendment-disclaimer name="AMM" /%}
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ammdeposit.md b/@l10n/ja/docs/references/protocol/transactions/types/ammdeposit.md
index b67cb5c949..38b16bd9c5 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ammdeposit.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ammdeposit.md
@@ -10,7 +10,7 @@ requiredAmendment: AMM
txIcon: send
---
# AMMDeposit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDeposit.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDeposit.cpp" format="source-link" %}[ソース]{% /repo-link %}
[自動マーケットメーカー](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md)(AMM)インスタンスに資金を預け、AMMの流動性プロバイダートークン( _LPトークン_ )を受け取ります。AMMのプールにある資産の一方または両方を預けることができます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ammvote.md b/@l10n/ja/docs/references/protocol/transactions/types/ammvote.md
index 2421d7d167..1f10045f79 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ammvote.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ammvote.md
@@ -10,7 +10,7 @@ requiredAmendment: AMM
txIcon: modify
---
# AMMVote
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMVote.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMVote.cpp" format="source-link" %}[ソース]{% /repo-link %}
[自動マーケットメーカー](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md)インスタンスの取引手数料を投票します。最大8つのアカウントが、保有するAMMのLPトークンの量に比例して投票することができます。投票を行うごとには、投票の加重平均に基づいてAMMの取引手数料が再計算されます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ammwithdraw.md b/@l10n/ja/docs/references/protocol/transactions/types/ammwithdraw.md
index cd7f8b9f44..6e20713dee 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ammwithdraw.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ammwithdraw.md
@@ -10,7 +10,7 @@ requiredAmendment: AMM
txIcon: send
---
# AMMWithdraw
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMWithdraw.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMWithdraw.cpp" format="source-link" %}[ソース]{% /repo-link %}
AMMの流動性プロバイダトークン(LPトークン)を返却することで、[自動マーケットメーカー](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md)(AMM)インスタンスから資産を引き出します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/batch.md b/@l10n/ja/docs/references/protocol/transactions/types/batch.md
index 92f70342ce..6aa539ca7c 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/batch.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/batch.md
@@ -9,7 +9,7 @@ status: not_enabled
txIcon: other
---
# Batch
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Batch.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Batch.cpp" format="source-link" %}[ソース]{% /repo-link %}
`Batch`トランザクションは、最大8つのトランザクションを単一のバッチで送信します。各トランザクションは、4つのモード(全て成功または全て失敗(All or Nothing)、一つのみ成功(Only One)、失敗まで継続(Until Failure)、および独立実行(Independent))のいずれかでアトミックに実行されます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/checkcancel.md b/@l10n/ja/docs/references/protocol/transactions/types/checkcancel.md
index f1630cabad..77564f60a7 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/checkcancel.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/checkcancel.md
@@ -8,7 +8,7 @@ requiredAmendment: Checks
txIcon: cancel
---
# CheckCancel
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelCheck.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelCheck.cpp" format="source-link" %}[ソース]{% /repo-link %}
未清算のCheckを取り消し、送金を行わずにレジャーから削除します。Checkの送金元または送金先は、いつでもこのトランザクションタイプを使用してCheckを取り消すことができます。有効期限切れのCheckはすべてのアドレスが取り消すことができます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/checkcash.md b/@l10n/ja/docs/references/protocol/transactions/types/checkcash.md
index 75ce3e5e3e..f5576e879d 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/checkcash.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/checkcash.md
@@ -8,7 +8,7 @@ requiredAmendment: Checks
txIcon: finish
---
# CheckCash
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CashCheck.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CashCheck.cpp" format="source-link" %}[ソース]{% /repo-link %}
対応する[CheckCreateトランザクション][]で承認された額まで受領するため、レジャーでCheckオブジェクトの清算を試みます。CheckCashトランザクションでCheckを換金できるのは、Checkの`Destination`アドレスだけです。このCheckの換金方法は、送金先により開始される[Payment][]の実行に似ています。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/checkcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/checkcreate.md
index 6c80137251..653d0ee49d 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/checkcreate.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/checkcreate.md
@@ -8,7 +8,7 @@ requiredAmendment: Checks
txIcon: create
---
# CheckCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateCheck.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateCheck.cpp" format="source-link" %}[ソース]{% /repo-link %}
レジャーにCheckオブジェクトを作成します。これにより指定の送金先は後日換金することができます。このトランザクションの送信者はCheckの送金元です。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/clawback.md b/@l10n/ja/docs/references/protocol/transactions/types/clawback.md
index c7417790e3..3540be9f15 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/clawback.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/clawback.md
@@ -8,7 +8,7 @@ txIcon: cancel
---
# Clawback
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Clawback.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Clawback.cpp" format="source-link" %}[ソース]{% /repo-link %}
あなたのアカウントが発行したトークンを回収します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/depositpreauth.md b/@l10n/ja/docs/references/protocol/transactions/types/depositpreauth.md
index d6208417c4..bc7dff4077 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/depositpreauth.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/depositpreauth.md
@@ -8,7 +8,7 @@ requiredAmendment: DepositPreauth
txIcon: modify
---
# DepositPreauth
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DepositPreauth.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DepositPreauth.cpp" format="source-link" %}[ソース]{% /repo-link %}
DepositPreauthトランザクションは、あなたのアカウントへの支払いを送金するための事前承認を付与します。これは、あなたが[Deposit Authorization](../../../../concepts/accounts/depositauth.md)を使用している(または使用する予定がある)場合にのみ有用です。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/diddelete.md b/@l10n/ja/docs/references/protocol/transactions/types/diddelete.md
index 0445f83be9..ba11692da2 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/diddelete.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/diddelete.md
@@ -8,7 +8,7 @@ requiredAmendment: DID
txIcon: cancel
---
# DIDDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" format="source-link" %}[ソース]{% /repo-link %}
指定した`Account`フィールドに関連付けられている[DIDレジャーエントリ](../../ledger-data/ledger-entry-types/did.md)を削除します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/didset.md b/@l10n/ja/docs/references/protocol/transactions/types/didset.md
index 27d0d5fbe0..26152396da 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/didset.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/didset.md
@@ -8,7 +8,7 @@ requiredAmendment: DID
txIcon: create
---
# DIDSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" format="source-link" %}[ソース]{% /repo-link %}
新しい[DIDレジャーエントリ](../../ledger-data/ledger-entry-types/did.md)を作成したり、既存の項目を更新したりします。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/escrowcancel.md b/@l10n/ja/docs/references/protocol/transactions/types/escrowcancel.md
index a2edc01c6a..bff6e650b0 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/escrowcancel.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/escrowcancel.md
@@ -8,7 +8,7 @@ requiredAmendment: Escrow
txIcon: cancel
---
# EscrowCancel
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" format="source-link" %}[ソース]{% /repo-link %}
Escrowに留保されているXRPを送金元に返金します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/escrowcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/escrowcreate.md
index 55e6fd606e..ac235c4827 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/escrowcreate.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/escrowcreate.md
@@ -8,7 +8,7 @@ requiredAmendment: Escrow
txIcon: create
---
# EscrowCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" format="source-link" %}[ソース]{% /repo-link %}
Escrowプロセスが終了または取り消されるまでXRPを隔離します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/escrowfinish.md b/@l10n/ja/docs/references/protocol/transactions/types/escrowfinish.md
index 6eca082bba..c1f66ba808 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/escrowfinish.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/escrowfinish.md
@@ -8,7 +8,7 @@ requiredAmendment: Escrow
txIcon: finish
---
# EscrowFinish
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" format="source-link" %}[ソース]{% /repo-link %}
エスクロー(保留中の支払い)から受取人へXRPを送金します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/mptokenauthorize.md b/@l10n/ja/docs/references/protocol/transactions/types/mptokenauthorize.md
index 7655a85906..23745f9d98 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/mptokenauthorize.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/mptokenauthorize.md
@@ -8,7 +8,7 @@ requiredAmendment: MPTokensV1
txIcon: modify
---
# MPTokenAuthorize
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenAuthorize.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenAuthorize.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% partial file="/@l10n/ja/docs/_snippets/mpts-disclaimer.md" /%}
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancecreate.md b/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancecreate.md
index eb0ec8a35d..1c5f3954f7 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancecreate.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancecreate.md
@@ -9,7 +9,7 @@ txIcon: create
---
# MPTokenIssuanceCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceCreate.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceCreate.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% partial file="/@l10n/ja/docs/_snippets/mpts-disclaimer.md" /%}
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancedestroy.md b/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
index 6c0ceb5e56..02b18b1f15 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
@@ -8,7 +8,7 @@ requiredAmendment: MPTokensV1
txIcon: cancel
---
# MPTokenIssuanceDestroy
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceDestroy.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceDestroy.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% partial file="/@l10n/ja/docs/_snippets/mpts-disclaimer.md" /%}
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuanceset.md b/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuanceset.md
index 13f33e17bc..8e523f65d3 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuanceset.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/mptokenissuanceset.md
@@ -8,7 +8,7 @@ requiredAmendment: MPTokensV1
txIcon: modify
---
# MPTokenIssuanceSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceSet.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceSet.cpp" format="source-link" %}[ソース]{% /repo-link %}
{% partial file="/@l10n/ja/docs/_snippets/mpts-disclaimer.md" /%}
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md
index 2d073e2c94..c9aeda6fce 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md
@@ -9,7 +9,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: finish
---
# NFTokenAcceptOffer
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenAcceptOffer.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenAcceptOffer.cpp" format="source-link" %}[ソース]{% /repo-link %}
`NFTokenAcceptOffer`トランザクションは`NFToken`の購入または売却のオファーを受け入れるために使用されます。トランザクションは次のいずれかになります。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md
index 45b699b18c..aa08b82b97 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md
@@ -9,7 +9,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: cancel
---
# NFTokenCancelOffer
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCancelOffer.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCancelOffer.cpp" format="source-link" %}[ソース]{% /repo-link %}
`NFTokenCancelOffer`トランザクションは、`NFTokenCreateOffer`を使用して作成した既存のトークンへのオファーをキャンセルするために使用できます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md
index 83d1c6f28c..298d6ab1d9 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md
@@ -9,7 +9,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: create
---
# NFTokenCreateOffer
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCreateOffer.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCreateOffer.cpp" format="source-link" %}[ソース]{% /repo-link %}
トランザクションを送信するアカウントが所有する`NFToken`に対する新しい _売却_ オファー、または別のアカウントが所有する`NFToken`に対する新しい _購入_ オファーを作成します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/nftokenmint.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokenmint.md
index c6522c8e51..426c52820a 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/nftokenmint.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokenmint.md
@@ -8,7 +8,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: create
---
# NFTokenMint
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenMint.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenMint.cpp" format="source-link" %}[ソース]{% /repo-link %}
`NFTokenMint`トランザクションは非代替性トークンを作成し、`NFTokenMinter`に紐付く[NFTokenPageオブジェクト][]に[NFToken][]オブジェクトとして追加します。このトランザクションは`NFTokenMinter`にとって、不変と定義されているトークンフィールド(例えば`Flags`)を設定することができる唯一の方法です。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/nftokenmodify.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokenmodify.md
index 436dcbd8d9..f61e3cf7a3 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/nftokenmodify.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokenmodify.md
@@ -8,7 +8,7 @@ requiredAmendment: DynamicNFT
txIcon: modify
---
# NFTokenModify
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenModify.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenModify.cpp" format="source-link" %}[ソース]{% /repo-link %}
`NFTokenModify`は、NFTの`URI`フィールドを別のURIに変更し、NFTのサポートデータを更新するために使用されます。NFTは、`tfMutable`フラグが設定された状態でミントされている必要があります。[ダイナミックNFT](../../../../concepts/tokens/nfts/dynamic-nfts.md)をご覧ください。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/offercancel.md b/@l10n/ja/docs/references/protocol/transactions/types/offercancel.md
index f7ee02fb4e..9ae206b27b 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/offercancel.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/offercancel.md
@@ -7,7 +7,7 @@ txIcon: cancel
---
# OfferCancel
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelOffer.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelOffer.cpp" format="source-link" %}[ソース]{% /repo-link %}
[分散型取引所](../../../../concepts/tokens/decentralized-exchange/index.md)からオファーを削除します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/offercreate.md b/@l10n/ja/docs/references/protocol/transactions/types/offercreate.md
index bc2fc1303c..4955af214a 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/offercreate.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/offercreate.md
@@ -6,7 +6,7 @@ labels:
txIcon: create
---
# OfferCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateOffer.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateOffer.cpp" format="source-link" %}[ソース]{% /repo-link %}
OfferCreateトランザクションは[分散型取引所](../../../../concepts/tokens/decentralized-exchange/index.md)で[注文](../../../../concepts/tokens/decentralized-exchange/offers.md)を作成します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/oracledelete.md b/@l10n/ja/docs/references/protocol/transactions/types/oracledelete.md
index c83cd0ea98..6e6f64060b 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/oracledelete.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/oracledelete.md
@@ -8,7 +8,7 @@ requiredAmendment: PriceOracle
txIcon: cancel
---
# OracleDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteOracle.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteOracle.cpp" format="source-link" %}[ソース]{% /repo-link %}
既存の`Oracle`レジャーエントリを削除します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/oracleset.md b/@l10n/ja/docs/references/protocol/transactions/types/oracleset.md
index d2a0d68ef9..3d021c404f 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/oracleset.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/oracleset.md
@@ -8,7 +8,7 @@ requiredAmendment: PriceOracle
txIcon: create
---
# OracleSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetOracle.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetOracle.cpp" format="source-link" %}[ソース]{% /repo-link %}
Oracle Document ID を使用して、新しい`Oracle`レジャーエントリを作成するか、既存のフィールドを更新します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/payment.md b/@l10n/ja/docs/references/protocol/transactions/types/payment.md
index e8e0353deb..a819401459 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/payment.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/payment.md
@@ -9,7 +9,7 @@ labels:
txIcon: send
---
# Payment
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.cpp" format="source-link" %}[ソース]{% /repo-link %}
Paymentトランザクションは、アカウント間での価値の移動を表現するものです(通過するパスによっては、非可分的に発生する追加的な価値交換を伴うことがあります)。このトランザクションタイプはいくつかの[支払いの種類](#paymentの種類)に使用することがでできます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md
index 3f4a82827c..d5207f4907 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md
@@ -8,7 +8,7 @@ requiredAmendment: PayChan
txIcon: finish
---
# PaymentChannelClaim
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" format="source-link" %}[ソース]{% /repo-link %}
Payment Channelに対しXRPを請求するか、Payment Channelの有効期限を調整するか、またはこの両方の操作を行います。このトランザクションは、指定されたChannelでのトランザクション送信者の役割に応じてさまざまに利用できます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md
index 4519a3be04..dda12bf128 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md
@@ -8,7 +8,7 @@ requiredAmendment: PayChan
txIcon: create
---
# PaymentChannelCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" format="source-link" %}[ソース]{% /repo-link %}
[ペイメントチャンネル](../../../../concepts/payment-types/payment-channels.md)を作成し、XRPで資金を供給します。このトランザクションを送信するアドレスが、ペイメントチャネルの「送信元アドレス」となります。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md
index 6cbaef19b4..4197dce703 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md
@@ -8,7 +8,7 @@ requiredAmendment: PayChan
txIcon: modify
---
# PaymentChannelFund
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" format="source-link" %}[ソース]{% /repo-link %}
Payment ChannelにXRPを追加する、有効期限の更新も可能。このトランザクションは、Channelの支払元アドレスだけが使用できます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomaindelete.md b/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomaindelete.md
index f26a643989..1fb65312b8 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomaindelete.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomaindelete.md
@@ -9,7 +9,7 @@ requiredAmendment: PermissionedDomains
txIcon: cancel
---
# PermissionedDomainDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainDelete.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainDelete.cpp" format="source-link" %}[ソース]{% /repo-link %}
所有する[許可型ドメイン][]を削除します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomainset.md b/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomainset.md
index ccc06ab7b1..3ea00488bb 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomainset.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/permissioneddomainset.md
@@ -9,7 +9,7 @@ requiredAmendment: PermissionedDomains
txIcon: create
---
# PermissionedDomainSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainSet.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainSet.cpp" format="source-link" %}[ソース]{% /repo-link %}
[許可型ドメイン][]を作成するか、所有するドメインを変更します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/setregularkey.md b/@l10n/ja/docs/references/protocol/transactions/types/setregularkey.md
index 7a441bb428..2c8390b35a 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/setregularkey.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/setregularkey.md
@@ -8,7 +8,7 @@ txIcon: modify
---
# SetRegularKey
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetRegularKey.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetRegularKey.cpp" format="source-link" %}[ソース]{% /repo-link %}
`SetRegularKey`トランザクションは、アカウントに関連付けられているレギュラーキーペアの割り当て、変更、削除を行います。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/signerlistset.md b/@l10n/ja/docs/references/protocol/transactions/types/signerlistset.md
index 881e9e490a..4dc9d4ce47 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/signerlistset.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/signerlistset.md
@@ -8,7 +8,7 @@ requiredAmendment: MultiSign
txIcon: modify
---
# SignerListSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetSignerList.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetSignerList.cpp" format="source-link" %}[ソース]{% /repo-link %}
SignerListSetトランザクションは、トランザクションの[マルチシグ](../../../../concepts/accounts/multi-signing.md)に使用できる署名者のリストを作成、置換、削除します。このトランザクションタイプは[MultiSign Amendment][]により導入されました。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/ticketcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/ticketcreate.md
index 9253e3db2d..b1b59c43a5 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/ticketcreate.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/ticketcreate.md
@@ -8,7 +8,7 @@ requiredAmendment: TicketBatch
txIcon: create
---
# TicketCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateTicket.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateTicket.cpp" format="source-link" %}[ソース]{% /repo-link %}
TicketCreateトランザクションは、1つまたは複数の[シーケンス番号](../../data-types/basic-data-types.md#アカウントシーケンス)を[Tickets](../../ledger-data/ledger-entry-types/ticket.md)として確保します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/trustset.md b/@l10n/ja/docs/references/protocol/transactions/types/trustset.md
index bc6767ffac..71cc9855ab 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/trustset.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/trustset.md
@@ -6,7 +6,7 @@ labels:
txIcon: modify
---
# TrustSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetTrust.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetTrust.cpp" format="source-link" %}[ソース]{% /repo-link %}
2つのアカウントをリンクする[トラストライン](../../../../concepts/tokens/fungible-tokens/index.md)を作成または変更します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md
index 0415b94fe8..5ead35ce39 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainAccountCreateCommit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L235" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L235" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[ソース]{% /repo-link %}
発行チェーンにトランザクションを送信するために、Witnessサーバ用の新しいアカウントを作成します。このトランザクションはXRP-XRPブリッジにのみ使用できます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
index d921c60d44..2b4c817f70 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainAddAccountCreateAttestation
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L189" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L189" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[ソース]{% /repo-link %}
`XChainAccountCreateCommit`トランザクションがもう一方のチェーンで発生したというWitnessサーバからの証明を提示します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md
index e3aa60abcf..0d398a2464 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: modify
---
# XChainAddClaimAttestation
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L169" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L169" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[ソース]{% /repo-link %}
`XChainCommit`トランザクションを証明するWitnessサーバの署名を提供します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchainclaim.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainclaim.md
index 50fc8af81f..5420d42a9d 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchainclaim.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchainclaim.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: finish
---
# XChainClaim
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[ソース]{% /repo-link %}
`XChainClaim`トランザクションはクロスチェーンでの価値の移転を完了させます。`XChainClaim`トランザクションにより、ユーザは送信元チェーンでロックされた価値と同等の価値を送信先チェーンで請求することができます。ユーザは、送金元チェーンでロックされた価値に関連付けられたクロスチェーン請求ID(`Account`フィールド)を所有している場合にのみ、その価値を請求することができます。ユーザは誰にでも資金を送ることができます(`Destination`フィールド)。このトランザクションが必要になるのは`XChainCommit`トランザクションで`OtherChainDestination`が指定されていない場合、または自動送金で何か問題が発生した場合のみです。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchaincommit.md b/@l10n/ja/docs/references/protocol/transactions/types/xchaincommit.md
index 5b8d17e2c3..183b9aa209 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchaincommit.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchaincommit.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: send
---
# XChainCommit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[ソース]{% /repo-link %}
クロスチェーン送金の2番目のステップです。`XChainCommit`は発行チェーンでラップできるようにロックチェーンで資産を保管したり、ロックチェーンで返却できるように発行チェーンでラップされた資産をバーンしたりします。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md b/@l10n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md
index 3eee0b9c1e..c343a237aa 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainCreateBridge
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[ソース]{% /repo-link %}
新しい`Bridge`レジャーオブジェクトを作成し、トランザクショ ンが送信されたチェーン上に新しいクロスチェーンブリッジの入り口を定義します。これにはブリッジのドアアカウントと資産に関する情報が含まれます。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md b/@l10n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md
index a5adaae73a..1eead9de39 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainCreateClaimID
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[ソース]{% /repo-link %}
`XChainCreateClaimID`トランザクションはクロスチェーン送金に使われる新しいクロスチェーン請求IDを作成します。クロスチェーン請求IDは*1つの*クロスチェーン送金を表します。
diff --git a/@l10n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md
index a3b48416c1..8a3306a8f8 100644
--- a/@l10n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md
+++ b/@l10n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: modify
---
# XChainModifyBridge
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[ソース]{% /repo-link %}
`XChainModifyBridge`トランザクションでは、ブリッジ管理者がブリッジの設定を変更することができます。変更できるのは`SignatureReward`と`MinAccountCreateAmount`だけです。
diff --git a/@l10n/ja/resources/known-amendments.md b/@l10n/ja/resources/known-amendments.md
index 2e52e7e20b..f110fbdb75 100644
--- a/@l10n/ja/resources/known-amendments.md
+++ b/@l10n/ja/resources/known-amendments.md
@@ -5,7 +5,7 @@ labels:
- ブロックチェーン
---
# 既知のAmendment
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/features.macro" source=true %}[ソース]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/features.macro" format="source-link" %}[ソース]{% /repo-link %}
以下に示すのは、XRP Ledgerに関する既知のAmendmentのすべてとそのステータスをまとめた総合リストです。
diff --git a/@theme/components/RepoLink.tsx b/@theme/components/RepoLink.tsx
index 00103e90ec..8bb1ca22c2 100644
--- a/@theme/components/RepoLink.tsx
+++ b/@theme/components/RepoLink.tsx
@@ -11,13 +11,13 @@ export default function RepoLink(props: {
path: string
github_fork: string
github_branch: string
- source: boolean
+ format?: string
}) {
const treeblob = props.path.indexOf(".") >= 0 ? "blob/" : "tree/"
const sep = props.github_fork[-1] == "/" ? "" : "/"
const href = props.github_fork+sep+treeblob+props.github_branch+"/"+props.path
return (
- {dynamicReact(props.children, React, {})}
+ {dynamicReact(props.children, React, {})}
)
}
diff --git a/@theme/markdoc/schema.ts b/@theme/markdoc/schema.ts
index 689c08e059..2237adb326 100644
--- a/@theme/markdoc/schema.ts
+++ b/@theme/markdoc/schema.ts
@@ -25,10 +25,9 @@ export const repoLink: Schema & { tagName: string } = {
type: 'String',
required: false,
},
- source: {
- type: 'Boolean',
+ format: {
+ type: 'String',
required: false,
- default: false,
},
},
transform(node, config) {
diff --git a/docs/concepts/accounts/addresses.md b/docs/concepts/accounts/addresses.md
index 3ce111c0c0..855025edfd 100644
--- a/docs/concepts/accounts/addresses.md
+++ b/docs/concepts/accounts/addresses.md
@@ -31,7 +31,7 @@ Some addresses have special meaning, or historical uses, in the XRP Ledger. In m
{% admonition type="success" name="Tip" %}These technical details are only relevant for people building low-level library software for XRP Ledger compatibility!{% /admonition %}
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/AccountID.cpp#L133-L175" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/AccountID.cpp#L133-L175" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
XRP Ledger addresses are encoded using [base58][] with the _dictionary_ `rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz`. Since the XRP Ledger encodes several types of keys with base58, it prefixes the encoded data with a one-byte "type prefix" (also called a "version prefix") to distinguish them. The type prefix causes addresses to usually start with different letters in base58 format.
diff --git a/docs/concepts/accounts/cryptographic-keys.md b/docs/concepts/accounts/cryptographic-keys.md
index fddc8b45e1..bb8cfaf071 100644
--- a/docs/concepts/accounts/cryptographic-keys.md
+++ b/docs/concepts/accounts/cryptographic-keys.md
@@ -161,7 +161,7 @@ The key derivation processes described here are implemented in multiple places a
- In JavaScript in the [`ripple-keypairs`](https://github.com/XRPLF/xrpl.js/tree/main/packages/ripple-keypairs) package.
### Ed25519 Key Derivation
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp#L311-L317" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp#L311-L317" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
[{% inline-svg file="/docs/img/key-derivation-ed25519.svg" /%}](/docs/img/key-derivation-ed25519.svg "Passphrase → Seed → Secret Key → Prefix + Public Key")
@@ -182,7 +182,7 @@ The key derivation processes described here are implemented in multiple places a
Validator ephemeral keys cannot be Ed25519.
### secp256k1 Key Derivation
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp" format="source-link" %}[Source]{% /repo-link %}
[{% inline-svg file="/docs/img/key-derivation-secp256k1.svg" /%}](/docs/img/key-derivation-secp256k1.svg "Passphrase → Seed → Root Key Pair → Intermediate Key Pair → Master Key Pair")
@@ -201,7 +201,7 @@ The steps to derive the XRP Ledger's secp256k1 account key pair from a seed valu
2. Calculate the [SHA-512Half][] of the concatenated (seed+root sequence) value.
- 3. If the result is not a valid secp256k1 secret key, increment the root sequence by 1 and start over. {% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp#L103-L114" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+ 3. If the result is not a valid secp256k1 secret key, increment the root sequence by 1 and start over. {% repo-link repo="xrpld" path="src/libxrpl/protocol/SecretKey.cpp#L103-L114" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
A valid secp256k1 key must not be zero, and it must be numerically less than the _secp256k1 group order_. The secp256k1 group order is the constant value `0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141`.
diff --git a/docs/concepts/consensus-protocol/invariant-checking.md b/docs/concepts/consensus-protocol/invariant-checking.md
index 2deadf52a1..673b25db08 100644
--- a/docs/concepts/consensus-protocol/invariant-checking.md
+++ b/docs/concepts/consensus-protocol/invariant-checking.md
@@ -34,7 +34,7 @@ To include the transaction in the ledger with a `tec`-class code, some minimal p
## Active Invariants
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/InvariantCheck.h" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/InvariantCheck.h" format="source-link" %}[Source]{% /repo-link %}
The XRP Ledger checks all the following invariants on each transaction:
diff --git a/docs/concepts/tokens/fungible-tokens/trust-line-tokens.md b/docs/concepts/tokens/fungible-tokens/trust-line-tokens.md
index d716b9d8ea..41c1f4ccd5 100644
--- a/docs/concepts/tokens/fungible-tokens/trust-line-tokens.md
+++ b/docs/concepts/tokens/fungible-tokens/trust-line-tokens.md
@@ -80,7 +80,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
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetTrust.cpp#L387-L407" github_branch="2df7dcfdebcb0cdbd030c1f4b09ac748af95659c" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetTrust.cpp#L387-L407" github_branch="2df7dcfdebcb0cdbd030c1f4b09ac748af95659c" format="source-link" %}[Source]{% /repo-link %}
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".
diff --git a/docs/infrastructure/configuration/data-retention/online-deletion.md b/docs/infrastructure/configuration/data-retention/online-deletion.md
index 51daa894a9..eef37bcbf7 100644
--- a/docs/infrastructure/configuration/data-retention/online-deletion.md
+++ b/docs/infrastructure/configuration/data-retention/online-deletion.md
@@ -8,7 +8,7 @@ labels:
- Core Server
---
# Online Deletion
-{% repo-link repo="xrpld" path="src/xrpld/app/misc/SHAMapStoreImp.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/misc/SHAMapStoreImp.cpp" format="source-link" %}[Source]{% /repo-link %}
The online deletion feature lets the `rippled` server delete the server's local copy of old ledger versions to keep disk usage from rapidly growing over time. The default config file sets online deletion to run automatically, but online deletion can also be configured to run only when prompted.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md b/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
index cc6aefaadf..0e77379124 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
@@ -6,7 +6,7 @@ labels:
- Core Server
---
# validation_create
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidationCreate.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidationCreate.cpp" format="source-link" %}[Source]{% /repo-link %}
Use the `validation_create` command to generate [cryptographic keys a `rippled` server can use to identify itself to the network](../../../../concepts/networks-and-servers/peer-protocol.md#node-key-pair). Similar to the [wallet_propose method][], this method only generates a set of keys in the proper format. It does not any makes changes to the XRP Ledger data or server configuration.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md b/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
index c9379873ed..e1e64e31a5 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
@@ -6,7 +6,7 @@ labels:
- Accounts
---
# wallet_propose
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/WalletPropose.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/WalletPropose.cpp" format="source-link" %}[Source]{% /repo-link %}
Use the `wallet_propose` method to generate a key pair and XRP Ledger address. This command only generates key and address values, and does not affect the XRP Ledger itself in any way. To become a funded account in the ledger, the address must [receive a Payment transaction](../../../../concepts/accounts/index.md#creating-accounts) that provides enough XRP to meet the [reserve requirement](../../../../concepts/accounts/reserves.md).
diff --git a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
index b71310efbe..754db69250 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
@@ -5,7 +5,7 @@ labels:
- Data Retention
---
# can_delete
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/CanDelete.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/CanDelete.cpp" format="source-link" %}[Source]{% /repo-link %}
The `can_delete` method informs the `rippled` server of the latest ledger version which may be deleted when using [online deletion with advisory deletion enabled](../../../../infrastructure/configuration/data-retention/online-deletion.md#advisory-deletion). If advisory deletion is not enabled, this method does nothing.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
index ba7d662115..af605159b5 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
@@ -5,7 +5,7 @@ labels:
- Data Retention
---
# ledger_cleaner
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCleanerHandler.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCleanerHandler.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ledger_cleaner` command controls the [Ledger Cleaner](https://github.com/XRPLF/rippled/tree/master/src/xrpld/app/ledger#the-ledger-cleaner), an asynchronous maintenance process that can find and repair corruption in `rippled`'s database of ledgers.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
index c132b4e464..8c970ddf5e 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
@@ -5,7 +5,7 @@ labels:
- Data Retention
---
# ledger_request
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerRequest.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerRequest.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ledger_request` command tells server to fetch a specific ledger version from its connected peers. This only works if one of the server's immediately-connected peers has that ledger. You may need to run the command several times to completely fetch a ledger.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
index 399017f333..2fa90c6876 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
@@ -5,7 +5,7 @@ labels:
- Data Retention
---
# log_level
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogLevel.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogLevel.cpp" format="source-link" %}[Source]{% /repo-link %}
The `log_level` command changes the `rippled` server's logging verbosity, or returns the current logging level for each category (called a _partition_) of log messages.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
index 0a9790b48b..6e7347ad19 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
@@ -5,7 +5,7 @@ labels:
- Data Retention
---
# logrotate
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogRotate.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LogRotate.cpp" format="source-link" %}[Source]{% /repo-link %}
The `logrotate` command closes and reopens the log file. This is intended to help with log rotation on Linux file systems.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
index 3faa8c9841..6c3d16066a 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# connect
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Connect.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Connect.cpp" format="source-link" %}[Source]{% /repo-link %}
The `connect` command forces the `rippled` server to connect to a specific peer server.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
index 79a642e150..ff5d7f30d9 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# peer_reservations_add
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" format="source-link" %}[Source]{% /repo-link %}
The {% code-page-name /%} method adds or updates a reserved slot for a specific peer server in the XRP Ledger [peer-to-peer network](../../../../concepts/networks-and-servers/peer-protocol.md).
diff --git a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
index e087d15692..dfc4c21f92 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# peer_reservations_del
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" format="source-link" %}[Source]{% /repo-link %}
The {% code-page-name /%} method removes a specific [peer reservation][], if one exists.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
index d33bee2330..dc84da948c 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# peer_reservations_list
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Reservations.cpp" format="source-link" %}[Source]{% /repo-link %}
The {% code-page-name /%} method lists [peer reservations][].
diff --git a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
index 59af1a9f10..f69b03edb6 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# peers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Peers.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Peers.cpp" format="source-link" %}[Source]{% /repo-link %}
The `peers` command returns a list of all other `rippled` servers currently connected to this one over the [Peer Protocol](../../../../concepts/networks-and-servers/peer-protocol.md), including information on their connection and sync status.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md b/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
index a4d088974f..f79a8a4802 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# ledger_accept
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerAccept.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerAccept.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ledger_accept` method forces the server to close the current-working ledger and move to the next ledger number. This method is intended for testing purposes only, and is only available when the `rippled` server is running stand-alone mode.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md b/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
index 211ce786a1..698f5066d2 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# stop
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Stop.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Stop.cpp" format="source-link" %}[Source]{% /repo-link %}
Gracefully shuts down the server.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md b/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
index d7be907f31..36342a87b9 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
@@ -5,7 +5,7 @@ labels:
- Transaction Sending
---
# sign
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignHandler.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignHandler.cpp" format="source-link" %}[Source]{% /repo-link %}
The `sign` method takes a [transaction in JSON format](../../../protocol/transactions/index.md) and a [seed value](../../../../concepts/accounts/cryptographic-keys.md), and returns a signed binary representation of the transaction. To contribute one signature to a [multi-signed transaction](../../../../concepts/accounts/multi-signing.md), use the [sign_for method][] instead.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md b/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
index c4eb6ab086..6a2c389724 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
@@ -5,7 +5,7 @@ labels:
- Transaction Sending
---
# sign_for
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignFor.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SignFor.cpp" format="source-link" %}[Source]{% /repo-link %}
The `sign_for` command provides one signature for a [multi-signed transaction](../../../../concepts/accounts/multi-signing.md).
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
index 96efd91919..cab304a3e9 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
@@ -6,7 +6,7 @@ labels:
- Core Server
---
# consensus_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ConsensusInfo.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ConsensusInfo.cpp" format="source-link" %}[Source]{% /repo-link %}
The `consensus_info` command provides information about the [consensus process](../../../../concepts/consensus-protocol/index.md) for debugging purposes.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
index d8f94d2420..3d5b886e31 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
@@ -6,7 +6,7 @@ labels:
- Core Server
---
# feature
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Feature1.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Feature1.cpp" format="source-link" %}[Source]{% /repo-link %}
The `feature` command returns information about [amendments](../../../../concepts/networks-and-servers/amendments.md) this server knows about, including whether they are enabled and whether the server is voting in favor of those amendments in the [amendment process](../../../../concepts/networks-and-servers/amendments.md#amendment-process).
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
index 630ed4996c..00091cdee5 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# fetch_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/FetchInfo.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/FetchInfo.cpp" format="source-link" %}[Source]{% /repo-link %}
The `fetch_info` command returns information about objects that this server is currently fetching from the network, and how many peers have that information. It can also be used to reset current fetches.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
index b9f2e87d98..a57f5706e9 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# get_counts
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetCounts.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetCounts.cpp" format="source-link" %}[Source]{% /repo-link %}
The `get_counts` command provides various stats about the health of the server, mostly the number of objects of different types that it currently holds in memory.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
index 483d99889b..49245bd5a7 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# print
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Print.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Print.cpp" format="source-link" %}[Source]{% /repo-link %}
The `print` command returns the current status of various internal subsystems, including peers, the ledger cleaner, and the resource manager.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
index c4d96f723f..2a091228a2 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
@@ -6,7 +6,7 @@ labels:
- Blockchain
---
# validator_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorInfo.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorInfo.cpp" format="source-link" %}[Source]{% /repo-link %}
The {% code-page-name /%} method returns the current validator settings of the server, if it is configured as a validator.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
index 9c20fbb2f8..8cf459cc7b 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
@@ -6,7 +6,7 @@ labels:
- Blockchain
---
# validator_list_sites
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorListSites.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ValidatorListSites.cpp" format="source-link" %}[Source]{% /repo-link %}
The `validator_list_sites` command returns status information of sites serving validator lists.
diff --git a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
index 30cd235cf3..3c48e54af6 100644
--- a/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
+++ b/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
@@ -6,7 +6,7 @@ labels:
- Blockchain
---
# validators
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Validators.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Validators.cpp" format="source-link" %}[Source]{% /repo-link %}
The `validators` command returns human readable information about the current list of published and [trusted validators](../../../../concepts/consensus-protocol/index.md#trust-based-validation) used by the server.
diff --git a/docs/references/http-websocket-apis/api-conventions/rate-limiting.md b/docs/references/http-websocket-apis/api-conventions/rate-limiting.md
index 79683194f4..175b3c9f97 100644
--- a/docs/references/http-websocket-apis/api-conventions/rate-limiting.md
+++ b/docs/references/http-websocket-apis/api-conventions/rate-limiting.md
@@ -46,7 +46,7 @@ Server is overloaded
```
## Rate Per Request
-{% repo-link repo="xrpld" path="src/libxrpl/resource/Fees.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/resource/Fees.cpp" format="source-link" %}[Source]{% /repo-link %}
The server calculates a client's usage rate based on the number of requests made over time, and weighs different types of requests based on approximately how much work the server must do to serve them. Follow-up messages from the server for the [subscribe method][] and [path_find method][] also count towards a client's usage rate.
diff --git a/docs/references/http-websocket-apis/peer-port-methods/health-check.md b/docs/references/http-websocket-apis/peer-port-methods/health-check.md
index a373d0172f..29a1699835 100644
--- a/docs/references/http-websocket-apis/peer-port-methods/health-check.md
+++ b/docs/references/http-websocket-apis/peer-port-methods/health-check.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# Health Check
-{% repo-link repo="xrpld" path="src/xrpld/overlay/detail/OverlayImpl.cpp#L943-L1038" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/overlay/detail/OverlayImpl.cpp#L943-L1038" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
The Health Check is a special [peer port method](index.md) for reporting on the health of an individual `rippled` server. This method is intended for use in automated monitoring to recognize outages and prompt automated or manual interventions such as restarting the server. {% badge href="https://github.com/XRPLF/rippled/releases/tag/1.6.0" %}New in: rippled 1.6.0{% /badge %}
diff --git a/docs/references/http-websocket-apis/peer-port-methods/validator-list.md b/docs/references/http-websocket-apis/peer-port-methods/validator-list.md
index 1484b48585..79c8095c7a 100644
--- a/docs/references/http-websocket-apis/peer-port-methods/validator-list.md
+++ b/docs/references/http-websocket-apis/peer-port-methods/validator-list.md
@@ -6,7 +6,7 @@ labels:
- Blockchain
---
# Validator List Method
-{% repo-link repo="xrpld" path="src/xrpld/overlay/detail/OverlayImpl.cpp#L875-L940" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/overlay/detail/OverlayImpl.cpp#L875-L940" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
The validator list method is a special API endpoint that fetches a current, trusted validator list a `rippled` server is using. This often represents the exact list of validators a server trusts.
@@ -44,7 +44,7 @@ The JSON object has the following fields:
| `public_key` | String | The public key used to verify this validator list data, in hexadecimal. This is a 32-byte Ed25519 public key prefixed with the byte `0xED`. |
### Manifest Data
-{% repo-link repo="xrpld" path="src/xrpld/app/misc/detail/Manifest.cpp#L54-L82" github_branch="8d1b3b39940eca2735a0e9279bdd92b0748fd84c" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/misc/detail/Manifest.cpp#L54-L82" github_branch="8d1b3b39940eca2735a0e9279bdd92b0748fd84c" format="source-link" %}[Source]{% /repo-link %}
A "manifest" contains information uniquely identifying a person or organization involved in the consensus process, either a **validator** or a **list publisher**. A validator's manifest contains the _public_ information from that [validator's token](../../../infrastructure/configuration/server-modes/run-rippled-as-a-validator.md#3-enable-validation-on-your-rippled-server). A list publisher's manifest provides information about the list publisher. Both are typically encoded to binary in the XRP Ledger's standard [binary serialization format](../../protocol/binary-format.md). (There is no standard JSON representation of a manifest.)
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
index 731fece677..45c8bf300f 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
@@ -5,7 +5,7 @@ labels:
- Payment Channels
---
# account_channels
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountChannels.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountChannels.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_channels` method returns information about an account's Payment Channels. This includes only channels where the specified account is the channel's source, not the destination. (A channel's "source" and "owner" are the same.) All information retrieved is relative to a particular version of the ledger.
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
index dcc1811c97..df0838470f 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
@@ -7,7 +7,7 @@ labels:
- Tokens
---
# account_currencies
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountCurrenciesHandler.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountCurrenciesHandler.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_currencies` command retrieves a list of currencies that an account can send or receive, based on its trust lines. (This is not a thoroughly confirmed list, but it can be used to populate user interfaces.)
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
index e49bdf56a4..56a5934e15 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
@@ -6,7 +6,7 @@ labels:
- XRP
---
# account_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountInfo.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountInfo.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_info` command retrieves information about an account, its activity, and its XRP balance. All information retrieved is relative to a particular version of the ledger.
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
index 1b684a1270..a7b5e97fdc 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
@@ -8,7 +8,7 @@ labels:
---
# account_lines
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountLines.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountLines.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_lines` method returns information about an account's trust lines, which contain balances in all non-XRP currencies and assets. All information retrieved is relative to a particular version of the ledger.
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
index eea2db745d..d684d20051 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
@@ -5,7 +5,7 @@ labels:
- Non-fungible Tokens, NFTs
---
# account_nfts
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountObjects.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountObjects.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_nfts` method returns a list of `NFToken` objects for the specified account.
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
index 0f26853bcf..5b77955dbc 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
@@ -6,7 +6,7 @@ labels:
- Data Retention
---
# account_objects
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountObjects.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountObjects.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_objects` command returns _all_ ledger entries owned by an account, in their raw [ledger format][].
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
index f8a5088a97..ebcb228c43 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
@@ -7,7 +7,7 @@ labels:
- Decentralized Exchange
---
# account_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountOffers.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountOffers.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_offers` method retrieves a list of [offers](../../../../concepts/tokens/decentralized-exchange/offers.md) made by a given [account](../../../../concepts/accounts/index.md) that are outstanding as of a particular [ledger version](../../../../concepts/ledgers/index.md).
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
index d8b15c9693..ac39104f48 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
@@ -6,7 +6,7 @@ labels:
- Accounts
---
# account_tx
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountTx.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AccountTx.cpp" format="source-link" %}[Source]{% /repo-link %}
The `account_tx` method retrieves a list of validated transactions that involve a given account.
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
index 411d4a201f..62c11aa76f 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
@@ -6,7 +6,7 @@ labels:
- Accounts
---
# gateway_balances
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GatewayBalances.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GatewayBalances.cpp" format="source-link" %}[Source]{% /repo-link %}
The `gateway_balances` command calculates the total balances issued by a given account, optionally excluding amounts held by [operational addresses](../../../../concepts/accounts/account-types.md).
diff --git a/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md b/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
index 13e42848e2..e0c24eb949 100644
--- a/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
+++ b/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
@@ -5,7 +5,7 @@ labels:
- Tokens
---
# noripple_check
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NoRippleCheck.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NoRippleCheck.cpp" format="source-link" %}[Source]{% /repo-link %}
The `noripple_check` command provides a quick way to check the status of [the Default Ripple field for an account and the No Ripple flag of its trust lines](../../../../concepts/tokens/fungible-tokens/rippling.md), compared with the recommended settings.
diff --git a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
index fdb4602334..5970a206ae 100644
--- a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
+++ b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# ledger
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerHandler.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerHandler.cpp" format="source-link" %}[Source]{% /repo-link %}
Retrieve information about the public [ledger](../../../../concepts/ledgers/index.md).
diff --git a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
index 47fc6ad12e..3aebd2f9b7 100644
--- a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
+++ b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# ledger_closed
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerClosed.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerClosed.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ledger_closed` method returns the unique identifiers of the most recently closed ledger. (This ledger is not necessarily validated and immutable yet.)
diff --git a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
index c75b101e32..de5fb8f9c1 100644
--- a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
+++ b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# ledger_current
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCurrent.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerCurrent.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ledger_current` method returns the unique identifiers of the current in-progress [ledger](../../../../concepts/ledgers/index.md). This command is mostly useful for testing, because the ledger returned is still in flux.
diff --git a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
index 3dce17ced2..9db1763fb8 100644
--- a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
+++ b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
@@ -6,7 +6,7 @@ labels:
- Data Retention
---
# ledger_data
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerData.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerData.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ledger_data` method retrieves contents of the specified ledger. You can iterate through several calls to retrieve the entire contents of a single ledger version.
diff --git a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
index c747d52626..bfa369bb11 100644
--- a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
+++ b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
@@ -6,7 +6,7 @@ labels:
- Data Retention
---
# ledger_entry
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerEntry.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/LedgerEntry.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ledger_entry` method returns a single ledger entry from the XRP Ledger in its raw format. See [ledger format][] for information on the different types of entries you can retrieve.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
index 5e7210e027..a619716615 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
@@ -7,7 +7,7 @@ labels:
- AMM
---
# amm_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AMMInfo.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/AMMInfo.cpp" format="source-link" %}[Source]{% /repo-link %}
The {% code-page-name /%} method gets information about an [Automated Market Maker (AMM)](/docs/concepts/tokens/decentralized-exchange/automated-market-makers) instance.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md
index da89cddd18..e9cbb0ea0f 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_changes.md
@@ -6,7 +6,7 @@ labels:
- Cross-Currency
---
# book_changes
-{% repo-link repo="xrpld" path="src/xrpld/rpc/BookChanges.h" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/BookChanges.h" format="source-link" %}[Source]{% /repo-link %}
The {% code-page-name /%} method reports information about changes to the order books in the [decentralized exchange (DEX)](../../../../concepts/tokens/decentralized-exchange/index.md) compared with the previous ledger version. This may be useful for building "candlestick" charts.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
index c783cb0c9c..c4abaf3864 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
@@ -6,7 +6,7 @@ labels:
- Cross-Currency
---
# book_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/BookOffers.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/BookOffers.cpp" format="source-link" %}[Source]{% /repo-link %}
The `book_offers` method retrieves a list of [offers](../../../../concepts/tokens/decentralized-exchange/offers.md) between two currencies, also known as an _order book_. The response omits [unfunded offers](../../../../concepts/tokens/decentralized-exchange/offers.md#lifecycle-of-an-offer) and reports how much of each remaining offer's total is currently funded.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
index f178904433..ff0d82c110 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
@@ -6,7 +6,7 @@ labels:
- Security
---
# deposit_authorized
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DepositAuthorized.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DepositAuthorized.cpp" format="source-link" %}[Source]{% /repo-link %}
The `deposit_authorized` command indicates whether one account is authorized to send payments directly to another. See [Deposit Authorization](../../../../concepts/accounts/depositauth.md) for information on how to require authorization to deliver money to your account.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
index 71018b5be6..0b762165a8 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
@@ -5,7 +5,7 @@ labels:
- Oracle
---
# get_aggregate_price
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetAggregatePrice.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/GetAggregatePrice.cpp" format="source-link" %}[Source]{% /repo-link %}
The `get_aggregate_price` method retrieves the aggregate price of specified `Oracle` objects, returning three price statistics: mean, median, and trimmed mean.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
index e2371f844c..63fa962662 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
@@ -5,7 +5,7 @@ labels:
- NFTs
---
# nft_buy_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" format="source-link" %}[Source]{% /repo-link %}
The `nft_buy_offers` method returns a list of buy offers for a given [NFToken][] object.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
index ef9a253e1d..8ac74380a1 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
@@ -5,7 +5,7 @@ labels:
- NFTs
---
# nft_sell_offers
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/NFTOffers.cpp" format="source-link" %}[Source]{% /repo-link %}
The `nft_sell_offers` method returns a list of sell offers for a given [NFToken][] object.
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
index 0bf1da0877..1c1a79a7f6 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
@@ -6,7 +6,7 @@ labels:
- Tokens
---
# path_find
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PathFind.cpp" format="source-link" %}[Source]{% /repo-link %}
{% admonition type="warning" name="Caution" %}
WebSocket API only!
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
index e99c192c8d..c63eaa8e66 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
+++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
@@ -6,7 +6,7 @@ labels:
- Tokens
---
# ripple_path_find
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/RipplePathFind.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/RipplePathFind.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ripple_path_find` method is a simplified version of the [path_find method][] that provides a single response with a [payment path](../../../../concepts/tokens/fungible-tokens/paths.md) you can use right away. It is available in both the WebSocket and JSON-RPC APIs. However, the results tend to become outdated as time passes. Instead of making multiple calls to stay updated, you should instead use the [path_find method][] to subscribe to continued updates where possible.
diff --git a/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md b/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
index 8f1d0a9160..97a9d0151a 100644
--- a/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
+++ b/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
@@ -5,7 +5,7 @@ labels:
- Payment Channels
---
# channel_authorize
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" format="source-link" %}[Source]{% /repo-link %}
The `channel_authorize` method creates a signature that can be used to redeem a specific amount of XRP from a payment channel.
diff --git a/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md b/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
index 090245a1e8..120341f567 100644
--- a/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
+++ b/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
@@ -5,7 +5,7 @@ labels:
- Payment Channels
---
# channel_verify
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/PayChanClaim.cpp" format="source-link" %}[Source]{% /repo-link %}
The `channel_verify` method checks the validity of a signature that can be used to redeem a specific amount of XRP from a payment channel.
diff --git a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md
index bad54e6ab2..da9debb9e7 100644
--- a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md
+++ b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature.md
@@ -8,7 +8,7 @@ labels:
# feature
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Feature1.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Feature1.cpp" format="source-link" %}[Source]{% /repo-link %}
The `feature` command returns information about [amendments](../../../../concepts/networks-and-servers/amendments.md) this server knows about, including whether they are enabled and if the server knows how to apply the amendments.
diff --git a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
index 28ddc61595..3b2ff6969c 100644
--- a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
+++ b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
@@ -5,7 +5,7 @@ labels:
- Fees
---
# fee
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Fee1.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Fee1.cpp" format="source-link" %}[Source]{% /repo-link %}
The `fee` command reports the current state of the open-ledger requirements for the [transaction cost](../../../../concepts/transactions/transaction-cost.md). This requires the [FeeEscalation amendment][] to be enabled.
diff --git a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
index 7e54cb2abe..0652865e1c 100644
--- a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
+++ b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# manifest
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DoManifest.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/DoManifest.cpp" format="source-link" %}[Source]{% /repo-link %}
The {% code-page-name /%} method reports the current "manifest" information for a given validator public key. The "manifest" is a block of data that authorizes an ephemeral signing key with a signature from the validator's master key pair. {% badge href="https://github.com/XRPLF/rippled/releases/tag/1.7.0" %}Updated in: rippled 1.7.0{% /badge %}
diff --git a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
index b2ac8fd2ed..4cfa30cdc4 100644
--- a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
+++ b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md
@@ -8,7 +8,7 @@ labels:
---
# server_definitions
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp#L42" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp#L42" format="source-link" %}[Source]{% /repo-link %}
The `server_definitions` command returns an SDK-compatible `definitions.json`, generated from the `rippled` instance currently running. You can use this to query a node in a network, quickly receiving the definitions necessary to serialize/deserialize its binary data.
diff --git a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
index 0eb8772a55..88e8055b4d 100644
--- a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
+++ b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# server_info (rippled)
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerInfo.cpp" format="source-link" %}[Source]{% /repo-link %}
The `server_info` command asks the server for a human-readable version of various information about [the `rippled` server](../../../../concepts/networks-and-servers/index.md) being queried. For [Clio servers](../../../../concepts/networks-and-servers/the-clio-server.md), see [`server_info` (Clio)](../clio-methods/server_info-clio.md) instead.
diff --git a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
index 3d712b6899..ac5d04cb41 100644
--- a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
+++ b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
@@ -6,7 +6,7 @@ labels:
---
# server_state
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerState.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/ServerState.cpp" format="source-link" %}[Source]{% /repo-link %}
The `server_state` command asks the server for various machine-readable information about the `rippled` server's current state. The response is almost the same as the [server_info method][], but uses units that are easier to process instead of easier to read. (For example, XRP values are given in integer drops instead of scientific notation or decimal values, and time is given in milliseconds instead of seconds.)
diff --git a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/version.md b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/version.md
index fd61099df2..5ff6a30ebd 100644
--- a/docs/references/http-websocket-apis/public-api-methods/server-info-methods/version.md
+++ b/docs/references/http-websocket-apis/public-api-methods/server-info-methods/version.md
@@ -6,7 +6,7 @@ labels:
---
# version
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Version.h" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Version.h" format="source-link" %}[Source]{% /repo-link %}
The `version` command retrieves the API version information for the rippled server. For `Clio` servers, see [`version` (`clio`)](../clio-methods/version.md) instead.
diff --git a/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md b/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
index 7a49b67a46..8fc713f373 100644
--- a/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
+++ b/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
@@ -10,7 +10,7 @@ labels:
- Smart Contracts
---
# subscribe
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Subscribe.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Subscribe.cpp" format="source-link" %}[Source]{% /repo-link %}
The `subscribe` method requests periodic notifications from the server when certain events happen.
diff --git a/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md b/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
index cfd6ddec26..89f8fab3a7 100644
--- a/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
+++ b/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
@@ -9,7 +9,7 @@ labels:
---
# unsubscribe
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Unsubscribe.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Unsubscribe.cpp" format="source-link" %}[Source]{% /repo-link %}
The `unsubscribe` command tells the server to stop sending messages for a particular subscription or set of subscriptions.
diff --git a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md
index 0b84c50316..64146dc0d7 100644
--- a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md
+++ b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate.md
@@ -5,7 +5,7 @@ labels:
- Transaction Sending
---
# simulate
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Simulate.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Simulate.cpp" format="source-link" %}[Source]{% /repo-link %}
The `simulate` method executes a dry run of _any_ transaction type, enabling you to preview the results and metadata of a transaction without committing them to the XRP Ledger. Since this command never submits a transaction to the network, it doesn't incur any fees.
diff --git a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
index 627ff5d31d..70f6925fcb 100644
--- a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
+++ b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
@@ -6,7 +6,7 @@ labels:
- Payments
---
# submit
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Submit.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Submit.cpp" format="source-link" %}[Source]{% /repo-link %}
The `submit` method applies a [transaction](../../../protocol/transactions/index.md) and sends it to the network to be confirmed and included in future ledgers.
diff --git a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
index b20dfabbcd..cae840df1e 100644
--- a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
+++ b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
@@ -5,7 +5,7 @@ labels:
- Transaction Sending
---
# submit_multisigned
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SubmitMultiSigned.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/SubmitMultiSigned.cpp" format="source-link" %}[Source]{% /repo-link %}
The `submit_multisigned` command applies a [multi-signed](../../../../concepts/accounts/multi-signing.md) transaction and sends it to the network to be included in future ledgers. (You can also submit multi-signed transactions in binary form using the [`submit` command in submit-only mode](submit.md#submit-only-mode).)
diff --git a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
index e281787170..09557c2fad 100644
--- a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
+++ b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
@@ -5,7 +5,7 @@ labels:
- Transaction Sending
---
# transaction_entry
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TransactionEntry.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TransactionEntry.cpp" format="source-link" %}[Source]{% /repo-link %}
The `transaction_entry` method retrieves information on a single transaction from a specific ledger version. (The [tx method][], by contrast, searches all ledgers for the specified transaction. We recommend using that method instead.)
diff --git a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
index 89710e7dc5..49595bc2c6 100644
--- a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
+++ b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
@@ -7,7 +7,7 @@ labels:
---
# tx
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Tx.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Tx.cpp" format="source-link" %}[Source]{% /repo-link %}
The `tx` method retrieves information on a single [transaction](../../../protocol/transactions/index.md), by its [identifying hash][] or its [CTID](../../api-conventions/ctid.md).
diff --git a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
index c6fe4f0226..1b32912caa 100644
--- a/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
+++ b/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
@@ -3,7 +3,7 @@ seo:
description: Retrieve info about all recent transactions.
---
# tx_history
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TxHistory.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/TxHistory.cpp" format="source-link" %}[Source]{% /repo-link %}
The `tx_history` method retrieves some of the most recent transactions made.
diff --git a/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md b/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
index d47b191db9..96789a7c37 100644
--- a/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
+++ b/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
@@ -5,7 +5,7 @@ labels:
- Core Server
---
# ping
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Ping.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Ping.cpp" format="source-link" %}[Source]{% /repo-link %}
The `ping` command returns an acknowledgement, so that clients can test the connection status and latency.
diff --git a/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md b/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
index 6185b9cbe7..8f8f436260 100644
--- a/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
+++ b/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
@@ -6,7 +6,7 @@ labels:
---
# random
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Random.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/Random.cpp" format="source-link" %}[Source]{% /repo-link %}
The `random` command provides a random number to be used as a source of entropy for random number generation by clients.
diff --git a/docs/references/http-websocket-apis/public-api-methods/vault-methods/vault_info.md b/docs/references/http-websocket-apis/public-api-methods/vault-methods/vault_info.md
index dbe0e03aa7..f6edcacfda 100644
--- a/docs/references/http-websocket-apis/public-api-methods/vault-methods/vault_info.md
+++ b/docs/references/http-websocket-apis/public-api-methods/vault-methods/vault_info.md
@@ -7,7 +7,7 @@ labels:
# vault_info
-{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/VaultInfo.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/rpc/handlers/VaultInfo.cpp" format="source-link" %}[Source]{% /repo-link %}
The `vault_info` command retrieves information about a vault, its owner, available assets, and details on issued shares. All information retrieved is relative to a particular version of the ledger. {% badge href="https://github.com/XRPLF/rippled/releases/tag/3.1.0" %}New in: rippled 3.1.0{% /badge %}
diff --git a/docs/references/protocol/binary-format.md b/docs/references/protocol/binary-format.md
index a82116db33..d53169d19d 100644
--- a/docs/references/protocol/binary-format.md
+++ b/docs/references/protocol/binary-format.md
@@ -6,7 +6,7 @@ labels:
- Transaction Sending
---
# Binary Format
-{% repo-link repo="xrpld" path="include/xrpl/protocol/SField.h" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/SField.h" format="source-link" %}[Source]{% /repo-link %}
This page describes the XRP Ledger's canonical binary format for transactions and other data. This binary format is necessary to create and verify digital signatures of those transactions' contents, and is also used in other places including in the [peer-to-peer communications between servers](../../concepts/networks-and-servers/peer-protocol.md). The [`rippled` APIs](../http-websocket-apis/index.md) typically use JSON to communicate with client applications. However, JSON is unsuitable as a format for serializing transactions for being digitally signed, because JSON can represent the same data in many different but equivalent ways.
@@ -92,8 +92,8 @@ The field definition objects in the `FIELDS` array have the following fields:
### Field IDs
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Serializer.cpp#L120-L153" github_branch="edb4f0342c65bd739fee60b74566f3e771134c6c" source=true %}[Source - Encoding]{% /repo-link %}
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Serializer.cpp#L429-L452" github_branch="edb4f0342c65bd739fee60b74566f3e771134c6c" source=true %}[Source - Decoding]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Serializer.cpp#L120-L153" github_branch="edb4f0342c65bd739fee60b74566f3e771134c6c" format="source-link" %}[Source - Encoding]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Serializer.cpp#L429-L452" github_branch="edb4f0342c65bd739fee60b74566f3e771134c6c" format="source-link" %}[Source - Decoding]{% /repo-link %}
When you combine a field's type code and field code, you get the field's unique identifier, which is prefixed before the field in the final serialized blob. The size of the Field ID is one to three bytes depending on the type code and field codes it combines. See the following table:
@@ -258,7 +258,7 @@ The following diagram shows the serialization formats for all three amount forma
[{% inline-svg file="/docs/img/serialization-amount.svg" /%}](/docs/img/serialization-amount.svg 'The first bit is an amount type bit (0 = XRP or MPT, 1 = fungible token). XRP has a sign bit (always 1 for positive), an MPT indicator bit (0=XRP) and 61 bits of precision. MPTs have a sign bit (always 1 for positive), an MPT indicator bit (1=MPT), 5 reserved bits, 64 bit integer quantity, and a 192 bit MPT Issuance ID which consists of the 32-bit Sequence number followed by 160-bit issuer AccountID. Fungible Token amounts consist start with an amount type bit of 1, a sign bit which can be 1 or 0, an exponent (8 bits), significant digits (54 bits), currency code (160 bits), and issuer (160 bits).')
#### Token Amount Format
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/STAmount.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/STAmount.cpp" format="source-link" %}[Source]{% /repo-link %}
[{% inline-svg file="/docs/img/currency-number-format.svg" /%}](/docs/img/currency-number-format.svg "Token Amount Format diagram")
@@ -347,12 +347,12 @@ The following example shows the serialization format for an object (a single `Me
The `Paths` field of a cross-currency [Payment transaction][] is a "PathSet", represented in JSON as an array of arrays. For more information on what paths are used for, see [Paths](../../concepts/tokens/fungible-tokens/paths.md).
-A PathSet is serialized as **1 to 6** individual paths in sequence{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.h#L30" github_branch="5e33ca56fd51b02a5490e8e156e2de65937cf88e" source=true %}[Source]{% /repo-link %}. Each complete path is followed by a byte that indicates what comes next:
+A PathSet is serialized as **1 to 6** individual paths in sequence{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.h#L30" github_branch="5e33ca56fd51b02a5490e8e156e2de65937cf88e" format="source-link" %}[Source]{% /repo-link %}. Each complete path is followed by a byte that indicates what comes next:
- `0xff` indicates another path follows
- `0x00` indicates the end of the PathSet
-Each path consists of **1 to 8** path steps in order{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.h#L33" github_branch="5e33ca56fd51b02a5490e8e156e2de65937cf88e" source=true %}[Source]{% /repo-link %}. Each step starts with a **type** byte, followed by one or more fields describing the path step. The type indicates which fields are present in that path step through bitwise flags. (For example, the value `0x30` indicates changing both currency and issuer.) If more than one field is present, the fields are always placed in a specific order.
+Each path consists of **1 to 8** path steps in order{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.h#L33" github_branch="5e33ca56fd51b02a5490e8e156e2de65937cf88e" format="source-link" %}[Source]{% /repo-link %}. Each step starts with a **type** byte, followed by one or more fields describing the path step. The type indicates which fields are present in that path step through bitwise flags. (For example, the value `0x30` indicates changing both currency and issuer.) If more than one field is present, the fields are always placed in a specific order.
The following table describes the possible fields and the bitwise flags to set in the type byte to indicate them:
diff --git a/docs/references/protocol/data-types/basic-data-types.md b/docs/references/protocol/data-types/basic-data-types.md
index 87868288e5..36f8f1f1e0 100644
--- a/docs/references/protocol/data-types/basic-data-types.md
+++ b/docs/references/protocol/data-types/basic-data-types.md
@@ -28,7 +28,7 @@ Each closed [Ledger](../ledger-data/index.md) has a [Ledger Index][] and a [Hash
### Hash Prefixes
-{% repo-link repo="xrpld" path="include/xrpl/protocol/HashPrefix.h" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/HashPrefix.h" format="source-link" %}[Source]{% /repo-link %}
In many cases, the XRP Ledger prefixes an object's binary data with a 4-byte code before calculating its hash, so that objects of different types have different hashes even if their binary formats are the same. The existing 4-byte codes are structured as three alphabetic characters, encoded as ASCII, followed by a zero byte.
diff --git a/docs/references/protocol/data-types/permission-values.md b/docs/references/protocol/data-types/permission-values.md
index e93374f909..c2022ab75c 100644
--- a/docs/references/protocol/data-types/permission-values.md
+++ b/docs/references/protocol/data-types/permission-values.md
@@ -58,7 +58,7 @@ With only the PermissionDelegation amendment, it's possible to assign permission
{% /admonition %}
## Granular Permissions
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/permissions.macro" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/permissions.macro" format="source-link" %}[Source]{% /repo-link %}
Granular Permissions have numeric types of 65537 and up, corresponding to specific names of permissions. Values that are not defined are not allowed. Each granular permission is a subset of a single transaction type's functionality.
diff --git a/docs/references/protocol/ledger-data/common-fields.md b/docs/references/protocol/ledger-data/common-fields.md
index 78e5d60df1..4100090210 100644
--- a/docs/references/protocol/ledger-data/common-fields.md
+++ b/docs/references/protocol/ledger-data/common-fields.md
@@ -3,7 +3,7 @@ seo:
description: These common fields are part of every ledger entry.
---
# Ledger Entry Common Fields
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/LedgerFormats.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/LedgerFormats.cpp" format="source-link" %}[Source]{% /repo-link %}
Every entry in a [ledger](../../../concepts/ledgers/index.md)'s state data has the same set of common fields, plus additional fields based on the [ledger entry type](ledger-entry-types/index.md). Field names are case-sensitive. The common fields for all ledger entries are:
@@ -18,7 +18,7 @@ Every entry in a [ledger](../../../concepts/ledgers/index.md)'s state data has t
## Ledger Entry ID
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp" format="source-link" %}[Source]{% /repo-link %}
Each ledger entry has a unique ID. The ID is derived by hashing important contents of the entry, along with a _namespace identifier_ which is a 16 bit value. The [ledger entry type](ledger-entry-types/index.md) determines the namespace identifier to use and which contents to include in the hash. This ensures every ID is unique. The hash function is [SHA-512Half][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md b/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
index 06cac235f0..32cdbfc26a 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
@@ -6,7 +6,7 @@ labels:
- XRP
---
# AccountRoot
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L136-L158" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L136-L158" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
An `AccountRoot` ledger entry type describes a single [account](../../../../concepts/accounts/index.md), its settings, and XRP balance. You can create a new account by sending a [Payment transaction][] with enough XRP to a mathematically-valid address.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md b/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
index cdfa168aa8..1735bed734 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# Amendments
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L187-L192" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L187-L192" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
The `Amendments` ledger entry type contains a list of [Amendments](../../../../concepts/networks-and-servers/amendments.md) that are currently active. Each ledger version contains **at most one** `Amendments` entry.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/amm.md b/docs/references/protocol/ledger-data/ledger-entry-types/amm.md
index c1e752c072..2277e1129d 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/amm.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/amm.md
@@ -5,7 +5,7 @@ labels:
- AMM
---
# AMM
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L369-L380" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L369-L380" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
An `AMM` ledger entry describes a single [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance. This is always paired with a [special AccountRoot entry](accountroot.md#special-amm-accountroot-entries). You can create an AMM by sending an [AMMCreate transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md b/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
index 1b8f43fdf3..7f104bfe05 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
@@ -6,7 +6,7 @@ labels:
status: not_enabled
---
# Bridge
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L212-L223" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L212-L223" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
The `Bridge` ledger entry represents a single cross-chain bridge that connects the XRP Ledger with another blockchain, such as its sidechain, and enables value in the form of XRP and other tokens (IOUs) to move efficiently between the two blockchains. You can create a bridge by sending an [XChainCreateBridge transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/check.md b/docs/references/protocol/ledger-data/ledger-entry-types/check.md
index b917b88eed..54f11daae7 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/check.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/check.md
@@ -5,7 +5,7 @@ labels:
- Checks
---
# Check
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L50-L63" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L50-L63" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
A `Check` entry describes a [check](../../../../concepts/payment-types/checks.md), similar to a paper personal check, which can be cashed by its destination to get money from its sender. You can create a check by sending a [CheckCreate transaction][].
@@ -63,7 +63,7 @@ There are no flags defined for {% code-page-name /%} entries.
## Check ID Format
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L335-L339" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L335-L339" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
The ID of a `Check` entry is the [SHA-512Half][] of the following values, concatenated in order:
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/delegate.md b/docs/references/protocol/ledger-data/ledger-entry-types/delegate.md
index d09519b410..af7699de69 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/delegate.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/delegate.md
@@ -7,7 +7,7 @@ labels:
status: not_enabled
---
# Delegate
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L475-L482" github_branch="1e01cd34f7a216092ed779f291b43324c167167a" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L475-L482" github_branch="1e01cd34f7a216092ed779f291b43324c167167a" format="source-link" %}[Source]{% /repo-link %}
A `Delegate` ledger entry stores a set of permissions that an account has delegated to another account. You create a `Delegate` entry by sending a [DelegateSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md b/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
index 3dfbcc00d1..3233db1758 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
@@ -5,7 +5,7 @@ labels:
- Security
---
# DepositPreauth
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L246-L253" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L246-L253" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
A `DepositPreauth` entry tracks a preauthorization from one account. You can create a preauthorization by sending a [DepositPreauth transaction][], but it has no effect unless you are using [Deposit Authorization](../../../../concepts/accounts/depositauth.md).
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/did.md b/docs/references/protocol/ledger-data/ledger-entry-types/did.md
index 7a857f578b..316962f956 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/did.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/did.md
@@ -5,7 +5,7 @@ labels:
- DID
---
# DID
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L69-L77" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L69-L77" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
A `DID` ledger entry holds references to, or data associated with, a single [Decentralized Identifier (DID)](../../../../concepts/decentralized-storage/decentralized-identifiers.md). You can create or modify a DID by sending a [DIDSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md b/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
index 05c4e90e24..59022e1347 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
@@ -6,7 +6,7 @@ labels:
- Decentralized Exchange
---
# DirectoryNode
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L177-L192" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L177-L192" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" format="source-link" %}[Source]{% /repo-link %}
The `DirectoryNode` ledger entry type provides a list of links to other entries in the ledger's state data. A single conceptual _Directory_ takes the form of a doubly linked list, with one or more DirectoryNode entries each containing up to 32 [IDs of other entries](../common-fields.md). The first DirectoryNode entry is called the root of the directory, and all entries other than the root can be added or deleted as necessary.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md b/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
index b8afa563a9..01cf1f7475 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
@@ -5,7 +5,7 @@ labels:
- Escrow
---
# Escrow
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L344-L359" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L344-L359" format="source-link" %}[Source]{% /repo-link %}
An `Escrow` ledger entry represents an [escrow](../../../../concepts/payment-types/escrow.md), which holds funds until specific conditions are met. You can create an escrow by sending an [EscrowCreate transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md b/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
index 6b01d0e002..32f1612ca4 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
@@ -5,7 +5,7 @@ labels:
- Fees
---
# FeeSettings
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L297-L309" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L297-L309" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
The `FeeSettings` entry contains the current base [transaction cost](../../../../concepts/transactions/transaction-cost.md) and [reserve amounts](../../../../concepts/accounts/reserves.md) as determined by [fee voting](../../../../concepts/consensus-protocol/fee-voting.md). Each ledger version contains **at most one** `FeeSettings` entry.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md b/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
index d6a3cce934..2482dec904 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# LedgerHashes
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L202-L206" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L202-L206" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
(Not to be confused with the ["ledger hash" string data type][Hash], which uniquely identifies a ledger version. This page describes the `LedgerHashes` ledger entry type.)
@@ -71,7 +71,7 @@ There are no flags defined for {% code-page-name /%} entries.
## LedgerHashes ID Formats
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L195-L211" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/Indexes.cpp#L195-L211" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
There are two formats for `LedgerHashes` ledger entry IDs, depending on whether the entry is a "recent history" sub-type or a "previous history" sub-type.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/loan.md b/docs/references/protocol/ledger-data/ledger-entry-types/loan.md
index 93a9d09949..72bebfcee0 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/loan.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/loan.md
@@ -8,7 +8,7 @@ status: not_enabled
---
# Loan
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L543-L623" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L543-L623" format="source-link" %}[Source]{% /repo-link %}
A `Loan` ledger entry defines the state of an on-chain loan agreement between a _Loan Broker_ and a _Borrower_. It contains all the details of the loan, such as fees and interest rates. You can create a `Loan` ledger entry with the [LoanSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/loanbroker.md b/docs/references/protocol/ledger-data/ledger-entry-types/loanbroker.md
index 796222cc26..ee5599a6f7 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/loanbroker.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/loanbroker.md
@@ -7,7 +7,7 @@ labels:
status: not_enabled
---
# LoanBroker
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L519-L537" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L519-L537" format="source-link" %}[Source]{% /repo-link %}
A `LoanBroker` ledger entry defines the configuration and state of a lending protocol instance. It tracks details such as fees and first-loss capital cover. You can create a `LoanBroker` object with the [LoanBrokerSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md b/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
index 1180106188..777594ecc8 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# NegativeUNL
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L85-L91" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L85-L91" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
The `NegativeUNL` ledger entry type contains the current status of the [Negative UNL](../../../../concepts/consensus-protocol/negative-unl.md), a list of trusted validators currently believed to be offline.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
index 8995e774d0..ccb1076d3d 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
@@ -5,7 +5,7 @@ labels:
- Non-fungible Tokens, NFTs
---
# NFTokenOffer
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L34-L44" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L34-L44" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
An `NFTokenOffer` entry represents an offer to buy, sell or transfer an [NFT](../../../../concepts/tokens/nfts/index.md). You can create an NFT buy or sell offer by sending an [NFTokenCreateOffer transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
index 06b38950ae..8651c01c93 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
@@ -5,7 +5,7 @@ labels:
- Non-fungible Tokens, NFTs
---
# NFTokenPage
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L97-L103" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L97-L103" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
An `NFTokenPage` entry represents a collection of [NFTs](../../../../concepts/tokens/nfts/index.md) owned by the same account. An account can have multiple `NFTokenPage` entries, which form a doubly linked list. NFT directories are automatically updated when an account mints, burns, buys, or sells NFTs.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/offer.md b/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
index 0efe35e6db..aee0424033 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
@@ -5,7 +5,7 @@ labels:
- Decentralized Exchange
---
# Offer
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L242-L255" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L242-L255" github_branch="7e24adbdd0b61fb50967c4c6d4b27cc6d81b33f3" format="source-link" %}[Source]{% /repo-link %}
An `Offer` ledger entry describes an [offer](../../../../concepts/tokens/decentralized-exchange/offers.md) to exchange currencies in the XRP Ledger's [decentralized exchange](../../../../concepts/tokens/decentralized-exchange/index.md). (In finance, this is more traditionally known as an _order_.) You an create a new offer entry by sending an [OfferCreate transaction][] that is not fully executed immediately.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md b/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
index 24c10b7a59..f1dc9cb6e9 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
@@ -5,7 +5,7 @@ labels:
- Decentralized Exchange
---
# Oracle
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L385-L395" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L385-L395" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
An `Oracle` ledger entry holds data associated with a single [price oracle](../../../../concepts/decentralized-storage/price-oracles.md), which can store information on up to 10 asset pairs. You can create or modify a price oracle with an [OracleSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md b/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
index 12ad6d21e4..7c8938601d 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
@@ -5,7 +5,7 @@ labels:
- Payment Channels
---
# PayChannel
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L348-L363" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L348-L363" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
A `PayChannel` entry represents a [payment channel](../../../../concepts/payment-types/payment-channels.md). You can create a payment channel with a [PaymentChannelCreate transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md b/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md
index 1e0b92f39c..cdfb0d5bdd 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/permissioneddomain.md
@@ -7,7 +7,7 @@ labels:
status: not_enabled
---
# PermissionedDomain
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L451-L461" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L451-L461" format="source-link" %}[Source]{% /repo-link %}
A `PermissionedDomain` ledger entry describes a single [permissioned domain][] instance. You can create a permissioned domain by sending a [PermissionedDomainSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md b/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
index 5f81f94057..9b68692a6e 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
@@ -5,7 +5,7 @@ labels:
- Tokens
---
# RippleState
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L277-L289" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L277-L289" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
A `RippleState` ledger entry represents a [trust line](../../../../concepts/tokens/fungible-tokens/index.md) between two accounts. Each account can change its own limit and other settings, but the balance is a single shared value. A trust line that is entirely in its default state is considered the same as a trust line that does not exist and is automatically deleted. You can create or modify a trust line with a [TrustSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md b/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
index 4f5fdc5a8c..55ba408f36 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
@@ -5,7 +5,7 @@ labels:
- Security
---
# SignerList
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L111-L118" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L111-L118" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
A `SignerList` entry represents a list of parties that, as a group, are authorized to sign a transaction in place of an individual account by [multi-signing](../../../../concepts/accounts/multi-signing.md). You can create, replace, or remove a signer list using a [SignerListSet transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md b/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
index e209a3c23e..2c231f180a 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
@@ -5,7 +5,7 @@ labels:
- Transaction Sending
---
# Ticket
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L124-L130" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L124-L130" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
A `Ticket` entry type represents a [Ticket](../../../../concepts/accounts/tickets.md), which tracks an account [sequence number][Sequence Number] that has been set aside for future use. You can create new tickets with a [TicketCreate transaction][].
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/vault.md b/docs/references/protocol/ledger-data/ledger-entry-types/vault.md
index e7a414f142..0dea920a81 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/vault.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/vault.md
@@ -9,7 +9,7 @@ status: not_enabled
# Vault
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L493-L511" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L493-L511" format="source-link" %}[Source]{% /repo-link %}
A {% code-page-name /%} object defines the state of a tokenized vault. It contains key details such as available assets, shares, total value, and other relevant information. You can create a {% code-page-name /%} object with the [VaultCreate](../../transactions/types/vaultcreate.md) transaction.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md
index a12d13b536..d82b36fc62 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md
@@ -6,7 +6,7 @@ labels:
status: not_enabled
---
# XChainOwnedClaimID
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L259-L269" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L259-L269" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
An `XChainOwnedClaimID` entry represents *one* cross-chain transfer of value and includes information of the account on the source chain that locks or burns the funds on the source chain.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md
index e8e3073650..acd8231eff 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md
@@ -6,7 +6,7 @@ labels:
status: not_enabled
---
# XChainOwnedCreateAccountClaimID
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L315-L323" github_branch="f64cf9187affd69650907d0d92e097eb29693945" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/ledger_entries.macro#L315-L323" github_branch="f64cf9187affd69650907d0d92e097eb29693945" format="source-link" %}[Source]{% /repo-link %}
An `XChainOwnedCreateAccountClaimID` ledger entry collects attestations for creating an account via a cross-chain transfer.
diff --git a/docs/references/protocol/ledger-data/ledger-header.md b/docs/references/protocol/ledger-data/ledger-header.md
index c2dbca38be..adced18812 100644
--- a/docs/references/protocol/ledger-data/ledger-header.md
+++ b/docs/references/protocol/ledger-data/ledger-header.md
@@ -8,7 +8,7 @@ labels:
- Blockchain
---
# Ledger Header
-{% repo-link repo="xrpld" path="src/xrpld/app/consensus/RCLCxLedger.h" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/consensus/RCLCxLedger.h" format="source-link" %}[Source]{% /repo-link %}
Every [ledger version](../../../concepts/ledgers/index.md) has a unique header that describes the contents. You can look up a ledger's header information with the [ledger method][]. The contents of the ledger header are as follows:
diff --git a/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md b/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
index 024122fe7d..90a80ce264 100644
--- a/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
+++ b/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# EnableAmendment
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Change.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Change.cpp" format="source-link" %}[Source]{% /repo-link %}
An `EnableAmendment` [pseudo-transaction](./index.md) marks a change in the status of a proposed [amendment to the protocol](../../../../concepts/networks-and-servers/amendments.md). The possible status changes are:
diff --git a/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md b/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
index 4c49c1d2bc..7ceff62513 100644
--- a/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
+++ b/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
@@ -5,7 +5,7 @@ labels:
- Fees
---
# SetFee
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Change.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Change.cpp" format="source-link" %}[Source]{% /repo-link %}
A `SetFee` [pseudo-transaction](./index.md) marks a change in [transaction cost](../../../../concepts/transactions/transaction-cost.md) or [reserve requirements](../../../../concepts/accounts/reserves.md) as a result of [fee voting](../../../../concepts/consensus-protocol/fee-voting.md).
diff --git a/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md b/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
index 6149ecc6ec..bcd81d56c4 100644
--- a/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
+++ b/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# UNLModify
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Change.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Change.cpp" format="source-link" %}[Source]{% /repo-link %}
A `UNLModify` [pseudo-transaction](./index.md) marks a change to the [Negative UNL](../../../../concepts/consensus-protocol/negative-unl.md), indicating that a trusted validator has gone offline or come back online.
diff --git a/docs/references/protocol/transactions/transaction-results/index.md b/docs/references/protocol/transactions/transaction-results/index.md
index 035759b697..7ffcdfd110 100644
--- a/docs/references/protocol/transactions/transaction-results/index.md
+++ b/docs/references/protocol/transactions/transaction-results/index.md
@@ -8,7 +8,7 @@ labels:
---
# Transaction Results
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" format="source-link" %}[Source]{% /repo-link %}
The `rippled` server summarizes transaction results with result codes, which appear in fields such as `engine_result` and `meta.TransactionResult`. These codes are grouped into several categories of with different prefixes:
diff --git a/docs/references/protocol/transactions/transaction-results/tec-codes.md b/docs/references/protocol/transactions/transaction-results/tec-codes.md
index aaad875c97..b155d2fdf1 100644
--- a/docs/references/protocol/transactions/transaction-results/tec-codes.md
+++ b/docs/references/protocol/transactions/transaction-results/tec-codes.md
@@ -7,7 +7,7 @@ labels:
- Transaction Sending
---
# tec Codes
-{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/libxrpl/protocol/TER.cpp" format="source-link" %}[Source]{% /repo-link %}
These codes indicate that the transaction did not succeed, but it was applied to a ledger to apply the [transaction cost](../../../../concepts/transactions/transaction-cost.md) and may have had other side effects to the ledger. The `tec` codes have numerical values in the range 100 to 199. It is recommended to use the text code, not the numeric value.
diff --git a/docs/references/protocol/transactions/types/accountdelete.md b/docs/references/protocol/transactions/types/accountdelete.md
index 9a8178cb48..ba1508c473 100644
--- a/docs/references/protocol/transactions/types/accountdelete.md
+++ b/docs/references/protocol/transactions/types/accountdelete.md
@@ -7,7 +7,7 @@ requiredAmendment: DeletableAccounts
txIcon: cancel
---
# AccountDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteAccount.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteAccount.cpp" format="source-link" %}[Source]{% /repo-link %}
An AccountDelete transaction deletes an [account](../../ledger-data/ledger-entry-types/accountroot.md) and any objects it owns in the XRP Ledger, if possible, sending the account's remaining XRP to a specified destination account. See [Deleting Accounts](../../../../concepts/accounts/deleting-accounts.md) for the requirements to delete an account.
diff --git a/docs/references/protocol/transactions/types/accountset.md b/docs/references/protocol/transactions/types/accountset.md
index 683d98c28d..4abef4be94 100644
--- a/docs/references/protocol/transactions/types/accountset.md
+++ b/docs/references/protocol/transactions/types/accountset.md
@@ -6,7 +6,7 @@ labels:
txIcon: modify
---
# AccountSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetAccount.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetAccount.cpp" format="source-link" %}[Source]{% /repo-link %}
Modify the settings or properties of an [account in the XRP Ledger](../../../../concepts/accounts/index.md).
diff --git a/docs/references/protocol/transactions/types/ammbid.md b/docs/references/protocol/transactions/types/ammbid.md
index 5c7d43d6e7..5b1b860643 100644
--- a/docs/references/protocol/transactions/types/ammbid.md
+++ b/docs/references/protocol/transactions/types/ammbid.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: modify
---
# AMMBid
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMBid.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMBid.cpp" format="source-link" %}[Source]{% /repo-link %}
Bid on an [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md)'s (AMM's) auction slot. If you win, you can trade against the AMM at a discounted fee until you are outbid or 24 hours have passed. If you are outbid before 24 hours have passed, you are refunded part of the cost of your bid based on how much time remains. If the AMM's trading fee is zero, you can still bid, but the auction slot provides no benefit unless the trading fee changes.
diff --git a/docs/references/protocol/transactions/types/ammclawback.md b/docs/references/protocol/transactions/types/ammclawback.md
index 9cfc2b7da8..24124dfdce 100644
--- a/docs/references/protocol/transactions/types/ammclawback.md
+++ b/docs/references/protocol/transactions/types/ammclawback.md
@@ -9,7 +9,7 @@ txIcon: cancel
---
# AMMClawback
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMClawback.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMClawback.cpp" format="source-link" %}[Source]{% /repo-link %}
Claw back tokens from a holder who has deposited your issued tokens into an AMM pool.
diff --git a/docs/references/protocol/transactions/types/ammcreate.md b/docs/references/protocol/transactions/types/ammcreate.md
index 92c15e72b2..8e2e6144c5 100644
--- a/docs/references/protocol/transactions/types/ammcreate.md
+++ b/docs/references/protocol/transactions/types/ammcreate.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: create
---
# AMMCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMCreate.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMCreate.cpp" format="source-link" %}[Source]{% /repo-link %}
Create a new [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance for trading a pair of assets ([fungible tokens](../../../../concepts/tokens/index.md) or [XRP](../../../../introduction/what-is-xrp.md)).
diff --git a/docs/references/protocol/transactions/types/ammdelete.md b/docs/references/protocol/transactions/types/ammdelete.md
index bc580d014d..c98a17d96a 100644
--- a/docs/references/protocol/transactions/types/ammdelete.md
+++ b/docs/references/protocol/transactions/types/ammdelete.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: cancel
---
# AMMDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDelete.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDelete.cpp" format="source-link" %}[Source]{% /repo-link %}
Delete an empty [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance that could not be fully deleted automatically.
diff --git a/docs/references/protocol/transactions/types/ammdeposit.md b/docs/references/protocol/transactions/types/ammdeposit.md
index 5c7876ed14..0290accb1d 100644
--- a/docs/references/protocol/transactions/types/ammdeposit.md
+++ b/docs/references/protocol/transactions/types/ammdeposit.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: send
---
# AMMDeposit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDeposit.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMDeposit.cpp" format="source-link" %}[Source]{% /repo-link %}
Deposit funds into an [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance and receive the AMM's liquidity provider tokens (_LP Tokens_) in exchange. You can deposit one or both of the assets in the AMM's pool.
diff --git a/docs/references/protocol/transactions/types/ammvote.md b/docs/references/protocol/transactions/types/ammvote.md
index 0eff901b0d..1e8f56cec3 100644
--- a/docs/references/protocol/transactions/types/ammvote.md
+++ b/docs/references/protocol/transactions/types/ammvote.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: modify
---
# AMMVote
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMVote.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMVote.cpp" format="source-link" %}[Source]{% /repo-link %}
Vote on the trading fee for an [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) instance. Up to 8 accounts can vote in proportion to the amount of the AMM's LP Tokens they hold. Each new vote re-calculates the AMM's trading fee based on a weighted average of the votes.
diff --git a/docs/references/protocol/transactions/types/ammwithdraw.md b/docs/references/protocol/transactions/types/ammwithdraw.md
index 21f4bf4719..e327e14c3e 100644
--- a/docs/references/protocol/transactions/types/ammwithdraw.md
+++ b/docs/references/protocol/transactions/types/ammwithdraw.md
@@ -8,7 +8,7 @@ requiredAmendment: AMM
txIcon: send
---
# AMMWithdraw
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMWithdraw.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/AMMWithdraw.cpp" format="source-link" %}[Source]{% /repo-link %}
Withdraw assets from an [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance by returning the AMM's liquidity provider tokens (LP Tokens).
diff --git a/docs/references/protocol/transactions/types/batch.md b/docs/references/protocol/transactions/types/batch.md
index 307dc5bb55..75ab6ebe8b 100644
--- a/docs/references/protocol/transactions/types/batch.md
+++ b/docs/references/protocol/transactions/types/batch.md
@@ -9,7 +9,7 @@ status: not_enabled
txIcon: other
---
# Batch
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Batch.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Batch.cpp" format="source-link" %}[Source]{% /repo-link %}
Submit up to eight transactions as a single [batch](../../../../concepts/transactions/batch-transactions.md). The transactions in the batch are executed atomically in one of four modes: All or Nothing, Only One, Until Failure, or Independent.
diff --git a/docs/references/protocol/transactions/types/checkcancel.md b/docs/references/protocol/transactions/types/checkcancel.md
index e2d1d4dc2e..a9689e1097 100644
--- a/docs/references/protocol/transactions/types/checkcancel.md
+++ b/docs/references/protocol/transactions/types/checkcancel.md
@@ -8,7 +8,7 @@ txIcon: cancel
requiredAmendment: Checks
---
# CheckCancel
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelCheck.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelCheck.cpp" format="source-link" %}[Source]{% /repo-link %}
Cancels an unredeemed [check](../../../../concepts/payment-types/checks.md), removing it from the ledger without sending any money. The source or the destination of the check can cancel a check at any time. If the check has expired, any address can cancel it.
diff --git a/docs/references/protocol/transactions/types/checkcash.md b/docs/references/protocol/transactions/types/checkcash.md
index 01478948ca..b9a4260de3 100644
--- a/docs/references/protocol/transactions/types/checkcash.md
+++ b/docs/references/protocol/transactions/types/checkcash.md
@@ -8,7 +8,7 @@ txIcon: finish
requiredAmendment: Checks
---
# CheckCash
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CashCheck.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CashCheck.cpp" format="source-link" %}[Source]{% /repo-link %}
Attempts to redeem a [check](../../../../concepts/payment-types/checks.md) to receive up to the amount authorized by the corresponding [CheckCreate transaction][]. Only the `Destination` address of a check can cash it with a CheckCash transaction. Cashing a check this way is similar to executing a [Payment][] initiated by the destination.
diff --git a/docs/references/protocol/transactions/types/checkcreate.md b/docs/references/protocol/transactions/types/checkcreate.md
index 3360283eae..36b25e02d7 100644
--- a/docs/references/protocol/transactions/types/checkcreate.md
+++ b/docs/references/protocol/transactions/types/checkcreate.md
@@ -8,7 +8,7 @@ txIcon: create
requiredAmendment: Checks
---
# CheckCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateCheck.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateCheck.cpp" format="source-link" %}[Source]{% /repo-link %}
Create an on-ledger [check](../../../../concepts/payment-types/checks.md), which is a deferred payment that can be cashed by its intended destination. The sender of this transaction is the sender of the check.
diff --git a/docs/references/protocol/transactions/types/clawback.md b/docs/references/protocol/transactions/types/clawback.md
index a17d47d51c..0e00e3d7f3 100644
--- a/docs/references/protocol/transactions/types/clawback.md
+++ b/docs/references/protocol/transactions/types/clawback.md
@@ -7,7 +7,7 @@ requiredAmendment: Clawback
txIcon: cancel
---
# Clawback
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Clawback.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Clawback.cpp" format="source-link" %}[Source]{% /repo-link %}
[Claw back tokens](../../../../concepts/tokens/fungible-tokens/clawing-back-tokens.md) issued by your account. Issuers can only claw back [trust line tokens](../../../../concepts/tokens/fungible-tokens/trust-line-tokens.md) if they enabled the **Allow Trust Line Clawback** setting before issuing any tokens. Issuers can claw back [MPTs](../../../../concepts/tokens/fungible-tokens/multi-purpose-tokens.md) if the corresponding MPT Issuance has clawback enabled.
diff --git a/docs/references/protocol/transactions/types/credentialaccept.md b/docs/references/protocol/transactions/types/credentialaccept.md
index 708084289b..8195b5a23d 100644
--- a/docs/references/protocol/transactions/types/credentialaccept.md
+++ b/docs/references/protocol/transactions/types/credentialaccept.md
@@ -7,7 +7,7 @@ requiredAmendment: Credentials
txIcon: finish
---
# CredentialAccept
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Credentials.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Credentials.cpp" format="source-link" %}[Source]{% /repo-link %}
Accept a [credential](../../../../concepts/decentralized-storage/credentials.md), which makes the credential valid. Only the subject of the credential can do this.
diff --git a/docs/references/protocol/transactions/types/credentialcreate.md b/docs/references/protocol/transactions/types/credentialcreate.md
index bdda0597de..921a0a3f01 100644
--- a/docs/references/protocol/transactions/types/credentialcreate.md
+++ b/docs/references/protocol/transactions/types/credentialcreate.md
@@ -7,7 +7,7 @@ requiredAmendment: Credentials
txIcon: create
---
# CredentialCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Credentials.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Credentials.cpp" format="source-link" %}[Source]{% /repo-link %}
Provisionally issue a [credential](../../../../concepts/decentralized-storage/credentials.md) in the ledger. The credential is not valid until the subject of the credential accepts it with a [CredentialAccept transaction][].
diff --git a/docs/references/protocol/transactions/types/credentialdelete.md b/docs/references/protocol/transactions/types/credentialdelete.md
index 5f31d5a4e3..35f1704649 100644
--- a/docs/references/protocol/transactions/types/credentialdelete.md
+++ b/docs/references/protocol/transactions/types/credentialdelete.md
@@ -7,7 +7,7 @@ requiredAmendment: Credentials
txIcon: cancel
---
# CredentialDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Credentials.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Credentials.cpp" format="source-link" %}[Source]{% /repo-link %}
Remove a [credential](../../../../concepts/decentralized-storage/credentials.md) from the ledger, effectively revoking it. Users may also want to delete an unwanted credential to reduce their [reserve requirement](../../../../concepts/accounts/reserves.md).
diff --git a/docs/references/protocol/transactions/types/delegateset.md b/docs/references/protocol/transactions/types/delegateset.md
index 6b6309ac87..42a1f01480 100644
--- a/docs/references/protocol/transactions/types/delegateset.md
+++ b/docs/references/protocol/transactions/types/delegateset.md
@@ -10,7 +10,7 @@ requiredAmendment: PermissionDelegation
txIcon: modify
---
# DelegateSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DelegateSet.cpp" github_branch="1e01cd34f7a216092ed779f291b43324c167167a" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DelegateSet.cpp" github_branch="1e01cd34f7a216092ed779f291b43324c167167a" format="source-link" %}[Source]{% /repo-link %}
[Delegate permissions](/docs/concepts/accounts/permission-delegation) to another account to send transactions on your behalf. This transaction type can grant, change, or revoke permissions; it creates, modifies, or deletes a [Delegate ledger entry][] accordingly.
diff --git a/docs/references/protocol/transactions/types/depositpreauth.md b/docs/references/protocol/transactions/types/depositpreauth.md
index 4a9cf93d8c..bc13ad700a 100644
--- a/docs/references/protocol/transactions/types/depositpreauth.md
+++ b/docs/references/protocol/transactions/types/depositpreauth.md
@@ -8,7 +8,7 @@ requiredAmendment: DepositPreauth
txIcon: modify
---
# DepositPreauth
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DepositPreauth.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DepositPreauth.cpp" format="source-link" %}[Source]{% /repo-link %}
Grant preauthorization to send payments to your account. This is only useful if you are using (or plan to use) [Deposit Authorization](../../../../concepts/accounts/depositauth.md).
diff --git a/docs/references/protocol/transactions/types/diddelete.md b/docs/references/protocol/transactions/types/diddelete.md
index f6a967f92c..bebd16d078 100644
--- a/docs/references/protocol/transactions/types/diddelete.md
+++ b/docs/references/protocol/transactions/types/diddelete.md
@@ -8,7 +8,7 @@ requiredAmendment: DID
txIcon: cancel
---
# DIDDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" format="source-link" %}[Source]{% /repo-link %}
Delete the sender's [decentralized identifier (DID)](../../../../concepts/decentralized-storage/decentralized-identifiers.md).
diff --git a/docs/references/protocol/transactions/types/didset.md b/docs/references/protocol/transactions/types/didset.md
index 51fc604775..90cef52a88 100644
--- a/docs/references/protocol/transactions/types/didset.md
+++ b/docs/references/protocol/transactions/types/didset.md
@@ -8,7 +8,7 @@ requiredAmendment: DID
txIcon: create
---
# DIDSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DID.cpp" format="source-link" %}[Source]{% /repo-link %}
Create or update a [decentralized identifier (DID)](../../../../concepts/decentralized-storage/decentralized-identifiers.md).
diff --git a/docs/references/protocol/transactions/types/escrowcancel.md b/docs/references/protocol/transactions/types/escrowcancel.md
index 4bbd724afe..3eab051825 100644
--- a/docs/references/protocol/transactions/types/escrowcancel.md
+++ b/docs/references/protocol/transactions/types/escrowcancel.md
@@ -8,7 +8,7 @@ txIcon: cancel
requiredAmendment: Escrow
---
# EscrowCancel
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" format="source-link" %}[Source]{% /repo-link %}
Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to its sender.
diff --git a/docs/references/protocol/transactions/types/escrowcreate.md b/docs/references/protocol/transactions/types/escrowcreate.md
index c27dffe5e2..9e2a7ddd8b 100644
--- a/docs/references/protocol/transactions/types/escrowcreate.md
+++ b/docs/references/protocol/transactions/types/escrowcreate.md
@@ -8,7 +8,7 @@ txIcon: create
requiredAmendment: Escrow
---
# EscrowCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" format="source-link" %}[Source]{% /repo-link %}
Set aside funds in an [escrow](../../../../concepts/payment-types/escrow.md) that delivers them to a predetermined recipient when certain conditions are met. If the escrow has an expiration, the funds can also be returned to the sender after it expires.
diff --git a/docs/references/protocol/transactions/types/escrowfinish.md b/docs/references/protocol/transactions/types/escrowfinish.md
index 60df21a695..7ff3d411c4 100644
--- a/docs/references/protocol/transactions/types/escrowfinish.md
+++ b/docs/references/protocol/transactions/types/escrowfinish.md
@@ -8,7 +8,7 @@ txIcon: finish
requiredAmendment: Escrow
---
# EscrowFinish
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Escrow.cpp" format="source-link" %}[Source]{% /repo-link %}
Deliver funds from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient.
diff --git a/docs/references/protocol/transactions/types/ledgerstatefix.md b/docs/references/protocol/transactions/types/ledgerstatefix.md
index d7bac24b67..f31a5c67f5 100644
--- a/docs/references/protocol/transactions/types/ledgerstatefix.md
+++ b/docs/references/protocol/transactions/types/ledgerstatefix.md
@@ -9,7 +9,7 @@ requiredAmendment: fixNFTokenPageLinks
txIcon: other
---
# LedgerStateFix
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LedgerStateFix.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LedgerStateFix.cpp" format="source-link" %}[Source]{% /repo-link %}
Repair a specific corruption affecting on-ledger data. This transaction type has a different mode for each type of error state or corruption it can fix.
diff --git a/docs/references/protocol/transactions/types/loanbrokercoverclawback.md b/docs/references/protocol/transactions/types/loanbrokercoverclawback.md
index e7adfc70d4..ab5dd0f648 100644
--- a/docs/references/protocol/transactions/types/loanbrokercoverclawback.md
+++ b/docs/references/protocol/transactions/types/loanbrokercoverclawback.md
@@ -9,7 +9,7 @@ txIcon: cancel
status: not_enabled
---
# LoanBrokerCoverClawback
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerCoverClawback.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerCoverClawback.cpp" format="source-link" %}[Source]{% /repo-link %}
The `LoanBrokerCoverClawback` transaction claws back first-loss capital from a `LoanBroker` ledger entry. The transaction can only be submitted by the issuer of the asset used in the lending protocol, and can't clawback an amount that would cause the available first-loss capital to drop below the minimum amount defined by the `LoanBroker.CoverRateMinimum` value.
diff --git a/docs/references/protocol/transactions/types/loanbrokercoverdeposit.md b/docs/references/protocol/transactions/types/loanbrokercoverdeposit.md
index 8e0f1374ad..72b099e635 100644
--- a/docs/references/protocol/transactions/types/loanbrokercoverdeposit.md
+++ b/docs/references/protocol/transactions/types/loanbrokercoverdeposit.md
@@ -9,7 +9,7 @@ txIcon: send
status: not_enabled
---
# LoanBrokerCoverDeposit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerCoverDeposit.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerCoverDeposit.cpp" format="source-link" %}[Source]{% /repo-link %}
Deposits first-loss capital into a `LoanBroker` ledger entry to provide protection for vault depositors.
diff --git a/docs/references/protocol/transactions/types/loanbrokercoverwithdraw.md b/docs/references/protocol/transactions/types/loanbrokercoverwithdraw.md
index 6b1a56581a..b77e5ffff5 100644
--- a/docs/references/protocol/transactions/types/loanbrokercoverwithdraw.md
+++ b/docs/references/protocol/transactions/types/loanbrokercoverwithdraw.md
@@ -9,7 +9,7 @@ txIcon: send
status: not_enabled
---
# LoanBrokerCoverWithdraw
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerCoverWithdraw.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerCoverWithdraw.cpp" format="source-link" %}[Source]{% /repo-link %}
Withdraws first-loss capital from a `LoanBroker` ledger entry.
diff --git a/docs/references/protocol/transactions/types/loanbrokerdelete.md b/docs/references/protocol/transactions/types/loanbrokerdelete.md
index 49371efc61..3abdd8a87e 100644
--- a/docs/references/protocol/transactions/types/loanbrokerdelete.md
+++ b/docs/references/protocol/transactions/types/loanbrokerdelete.md
@@ -9,7 +9,7 @@ txIcon: cancel
status: not_enabled
---
# LoanBrokerDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerDelete.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerDelete.cpp" format="source-link" %}[Source]{% /repo-link %}
Deletes a `LoanBroker` ledger entry. Only the owner of the `LoanBroker` entry can delete it.
diff --git a/docs/references/protocol/transactions/types/loanbrokerset.md b/docs/references/protocol/transactions/types/loanbrokerset.md
index a5bba1c258..4b6538ac6e 100644
--- a/docs/references/protocol/transactions/types/loanbrokerset.md
+++ b/docs/references/protocol/transactions/types/loanbrokerset.md
@@ -9,7 +9,7 @@ txIcon: modify
status: not_enabled
---
# LoanBrokerSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerSet.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanBrokerSet.cpp" format="source-link" %}[Source]{% /repo-link %}
Creates or updates a `LoanBroker` ledger entry, configuring protocol parameters and associating it with a `Vault`.
diff --git a/docs/references/protocol/transactions/types/loandelete.md b/docs/references/protocol/transactions/types/loandelete.md
index 06f59a9640..99cbc7da94 100644
--- a/docs/references/protocol/transactions/types/loandelete.md
+++ b/docs/references/protocol/transactions/types/loandelete.md
@@ -9,7 +9,7 @@ txIcon: cancel
status: not_enabled
---
# LoanDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanDelete.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanDelete.cpp" format="source-link" %}[Source]{% /repo-link %}
Deletes a `Loan` ledger entry. Only the loan broker or borrower can submit this transaction.
diff --git a/docs/references/protocol/transactions/types/loanmanage.md b/docs/references/protocol/transactions/types/loanmanage.md
index fac651747a..3a4817d212 100644
--- a/docs/references/protocol/transactions/types/loanmanage.md
+++ b/docs/references/protocol/transactions/types/loanmanage.md
@@ -9,7 +9,7 @@ txIcon: modify
status: not_enabled
---
# LoanManage
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanManage.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanManage.cpp" format="source-link" %}[Source]{% /repo-link %}
Manages the state of a `Loan` ledger entry, including defaulting, impairing, or unimpairing a loan.
diff --git a/docs/references/protocol/transactions/types/loanpay.md b/docs/references/protocol/transactions/types/loanpay.md
index e584dc641f..178d1488ca 100644
--- a/docs/references/protocol/transactions/types/loanpay.md
+++ b/docs/references/protocol/transactions/types/loanpay.md
@@ -9,7 +9,7 @@ txIcon: send
status: not_enabled
---
# LoanPay
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanPay.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanPay.cpp" format="source-link" %}[Source]{% /repo-link %}
Makes a payment on an active loan. Only the borrower on the loan can make payments, and payments must meet the minimum amount required for that period.
diff --git a/docs/references/protocol/transactions/types/loanset.md b/docs/references/protocol/transactions/types/loanset.md
index 5be2435320..6de6efacfa 100644
--- a/docs/references/protocol/transactions/types/loanset.md
+++ b/docs/references/protocol/transactions/types/loanset.md
@@ -9,7 +9,7 @@ txIcon: modify
status: not_enabled
---
# LoanSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanSet.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/LoanSet.cpp" format="source-link" %}[Source]{% /repo-link %}
Creates a new `Loan` ledger entry, representing a loan agreement between a _Loan Broker_ and _Borrower_.
diff --git a/docs/references/protocol/transactions/types/mptokenauthorize.md b/docs/references/protocol/transactions/types/mptokenauthorize.md
index 9eace904e9..2a467e7133 100644
--- a/docs/references/protocol/transactions/types/mptokenauthorize.md
+++ b/docs/references/protocol/transactions/types/mptokenauthorize.md
@@ -8,7 +8,7 @@ requiredAmendment: MPTokensV1
txIcon: modify
---
# MPTokenAuthorize
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenAuthorize.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenAuthorize.cpp" format="source-link" %}[Source]{% /repo-link %}
Control whether an account can hold a given [Multi-purpose Token (MPT)](../../../../concepts/tokens/fungible-tokens/multi-purpose-tokens.md). This transaction has several uses:
diff --git a/docs/references/protocol/transactions/types/mptokenissuancecreate.md b/docs/references/protocol/transactions/types/mptokenissuancecreate.md
index 0e605ace8e..44b0f155b2 100644
--- a/docs/references/protocol/transactions/types/mptokenissuancecreate.md
+++ b/docs/references/protocol/transactions/types/mptokenissuancecreate.md
@@ -8,7 +8,7 @@ requiredAmendment: MPTokensV1
txIcon: create
---
# MPTokenIssuanceCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceCreate.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceCreate.cpp" format="source-link" %}[Source]{% /repo-link %}
Creates a new [Multi-purpose Token (MPT)](../../../../concepts/tokens/fungible-tokens/multi-purpose-tokens.md) issuance, which defines the properties of those MPTs. This is a prerequisite to actually issuing the tokens.
diff --git a/docs/references/protocol/transactions/types/mptokenissuancedestroy.md b/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
index 0de2346ee2..ca3a762dbc 100644
--- a/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
+++ b/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
@@ -8,7 +8,7 @@ requiredAmendment: MPTokensV1
txIcon: cancel
---
# MPTokenIssuanceDestroy
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceDestroy.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceDestroy.cpp" format="source-link" %}[Source]{% /repo-link %}
Delete a [Multi-purpose Token (MPT)](../../../../concepts/tokens/fungible-tokens/multi-purpose-tokens.md) issuance. Only the issuer can delete an MPT issuance, and only if there are no holders of the MPT.
diff --git a/docs/references/protocol/transactions/types/mptokenissuanceset.md b/docs/references/protocol/transactions/types/mptokenissuanceset.md
index 7aeef252ae..66646a98e1 100644
--- a/docs/references/protocol/transactions/types/mptokenissuanceset.md
+++ b/docs/references/protocol/transactions/types/mptokenissuanceset.md
@@ -8,7 +8,7 @@ requiredAmendment: MPTokensV1
txIcon: modify
---
# MPTokenIssuanceSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceSet.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/MPTokenIssuanceSet.cpp" format="source-link" %}[Source]{% /repo-link %}
Update a mutable property of a [Multi-purpose Token (MPT)](../../../../concepts/tokens/fungible-tokens/multi-purpose-tokens.md) issuance, including locking (freezing) or unlocking the tokens globally or for an individual holder.
diff --git a/docs/references/protocol/transactions/types/nftokenacceptoffer.md b/docs/references/protocol/transactions/types/nftokenacceptoffer.md
index 3523c617ea..a237a4243a 100644
--- a/docs/references/protocol/transactions/types/nftokenacceptoffer.md
+++ b/docs/references/protocol/transactions/types/nftokenacceptoffer.md
@@ -9,7 +9,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: finish
---
# NFTokenAcceptOffer
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenAcceptOffer.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenAcceptOffer.cpp" format="source-link" %}[Source]{% /repo-link %}
Accept an offer to buy or sell a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). This transaction has two modes:
diff --git a/docs/references/protocol/transactions/types/nftokenburn.md b/docs/references/protocol/transactions/types/nftokenburn.md
index 8267f0cc6b..fdd338872b 100644
--- a/docs/references/protocol/transactions/types/nftokenburn.md
+++ b/docs/references/protocol/transactions/types/nftokenburn.md
@@ -8,7 +8,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: cancel
---
# NFTokenBurn
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenBurn.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenBurn.cpp" format="source-link" %}[Source]{% /repo-link %}
Burn (destroy) a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). The NFT's current holder can always burn it, and if the token's **Burnable** flag is enabled, the issuer and their authorized minter (if they have one) can also burn the NFT.
diff --git a/docs/references/protocol/transactions/types/nftokencanceloffer.md b/docs/references/protocol/transactions/types/nftokencanceloffer.md
index 08e9426291..f6e74ccddf 100644
--- a/docs/references/protocol/transactions/types/nftokencanceloffer.md
+++ b/docs/references/protocol/transactions/types/nftokencanceloffer.md
@@ -9,7 +9,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: cancel
---
# NFTokenCancelOffer
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCancelOffer.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCancelOffer.cpp" format="source-link" %}[Source]{% /repo-link %}
Cancel an offer to buy or sell a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md).
diff --git a/docs/references/protocol/transactions/types/nftokencreateoffer.md b/docs/references/protocol/transactions/types/nftokencreateoffer.md
index b2e8edddfa..2b9d229d5f 100644
--- a/docs/references/protocol/transactions/types/nftokencreateoffer.md
+++ b/docs/references/protocol/transactions/types/nftokencreateoffer.md
@@ -9,7 +9,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: create
---
# NFTokenCreateOffer
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCreateOffer.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenCreateOffer.cpp" format="source-link" %}[Source]{% /repo-link %}
Create a new offer to either buy or sell a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). You can only offer to sell NFTs you own or buy NFTs you don't own.
diff --git a/docs/references/protocol/transactions/types/nftokenmint.md b/docs/references/protocol/transactions/types/nftokenmint.md
index d08e77737d..182bd72937 100644
--- a/docs/references/protocol/transactions/types/nftokenmint.md
+++ b/docs/references/protocol/transactions/types/nftokenmint.md
@@ -8,7 +8,7 @@ requiredAmendment: NonFungibleTokensV1_1
txIcon: create
---
# NFTokenMint
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenMint.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenMint.cpp" format="source-link" %}[Source]{% /repo-link %}
Create a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). This is the only opportunity the minter has to specify any token fields and flags that are immutable. This transaction can be sent by the NFT's issuer or by an [authorized minter](../../../../concepts/tokens/nfts/authorizing-another-minter.md).
diff --git a/docs/references/protocol/transactions/types/nftokenmodify.md b/docs/references/protocol/transactions/types/nftokenmodify.md
index 9cee07d5bb..ff0f281d28 100644
--- a/docs/references/protocol/transactions/types/nftokenmodify.md
+++ b/docs/references/protocol/transactions/types/nftokenmodify.md
@@ -8,7 +8,7 @@ requiredAmendment: DynamicNFT
txIcon: modify
---
# NFTokenModify
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenModify.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/NFTokenModify.cpp" format="source-link" %}[Source]{% /repo-link %}
Change the `URI` field of a [dynamic NFT](../../../../concepts/tokens/nfts/dynamic-nfts.md) to update the supporting data for the NFT. Only the issuer, or their authorized minter, can modify an NFT, and only if it was minted with the **Mutable** flag enabled.
diff --git a/docs/references/protocol/transactions/types/offercancel.md b/docs/references/protocol/transactions/types/offercancel.md
index ef9277d580..6d243852aa 100644
--- a/docs/references/protocol/transactions/types/offercancel.md
+++ b/docs/references/protocol/transactions/types/offercancel.md
@@ -7,7 +7,7 @@ txIcon: cancel
---
# OfferCancel
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelOffer.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CancelOffer.cpp" format="source-link" %}[Source]{% /repo-link %}
Cancel an [offer](../../../../concepts/tokens/decentralized-exchange/offers.md) to trade in the decentralized exchange.
diff --git a/docs/references/protocol/transactions/types/offercreate.md b/docs/references/protocol/transactions/types/offercreate.md
index 95c6c7b6fa..46ea19b0d2 100644
--- a/docs/references/protocol/transactions/types/offercreate.md
+++ b/docs/references/protocol/transactions/types/offercreate.md
@@ -6,7 +6,7 @@ labels:
txIcon: create
---
# OfferCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateOffer.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateOffer.cpp" format="source-link" %}[Source]{% /repo-link %}
Place an [offer](../../../../concepts/tokens/decentralized-exchange/offers.md) to trade in the [decentralized exchange](../../../../concepts/tokens/decentralized-exchange/index.md).
diff --git a/docs/references/protocol/transactions/types/oracledelete.md b/docs/references/protocol/transactions/types/oracledelete.md
index 496e2580a0..641b551ba0 100644
--- a/docs/references/protocol/transactions/types/oracledelete.md
+++ b/docs/references/protocol/transactions/types/oracledelete.md
@@ -8,7 +8,7 @@ requiredAmendment: PriceOracle
txIcon: cancel
---
# OracleDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteOracle.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/DeleteOracle.cpp" format="source-link" %}[Source]{% /repo-link %}
Delete a [price oracle](../../../../concepts/decentralized-storage/price-oracles.md). Only the owner of the price oracle can send this transaction.
diff --git a/docs/references/protocol/transactions/types/oracleset.md b/docs/references/protocol/transactions/types/oracleset.md
index 427642b745..0f7c20bcce 100644
--- a/docs/references/protocol/transactions/types/oracleset.md
+++ b/docs/references/protocol/transactions/types/oracleset.md
@@ -8,7 +8,7 @@ requiredAmendment: PriceOracle
txIcon: create
---
# OracleSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetOracle.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetOracle.cpp" format="source-link" %}[Source]{% /repo-link %}
Create or update a [price oracle](../../../../concepts/decentralized-storage/price-oracles.md). Only the owner of an existing price oracle can update it.
diff --git a/docs/references/protocol/transactions/types/payment.md b/docs/references/protocol/transactions/types/payment.md
index 7e2b3f632d..cd6cf4613e 100644
--- a/docs/references/protocol/transactions/types/payment.md
+++ b/docs/references/protocol/transactions/types/payment.md
@@ -9,7 +9,7 @@ labels:
txIcon: send
---
# Payment
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/Payment.cpp" format="source-link" %}[Source]{% /repo-link %}
Send value to an account. (Depending on the path taken, this can involve exchanges of several types of funds, all of which occur atomically.) This transaction type can be used for several [types of payments](#types-of-payments).
diff --git a/docs/references/protocol/transactions/types/paymentchannelclaim.md b/docs/references/protocol/transactions/types/paymentchannelclaim.md
index 78243081cc..1c1e4b43f1 100644
--- a/docs/references/protocol/transactions/types/paymentchannelclaim.md
+++ b/docs/references/protocol/transactions/types/paymentchannelclaim.md
@@ -8,7 +8,7 @@ requiredAmendment: PayChan
txIcon: finish
---
# PaymentChannelClaim
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" format="source-link" %}[Source]{% /repo-link %}
Claim funds from a [payment channel](../../../../concepts/payment-types/payment-channels.md), adjust the payment channel's expiration, or both. This transaction can be used differently depending on the transaction sender's role in the specified channel:
diff --git a/docs/references/protocol/transactions/types/paymentchannelcreate.md b/docs/references/protocol/transactions/types/paymentchannelcreate.md
index a2d1ad393c..9a02f3a691 100644
--- a/docs/references/protocol/transactions/types/paymentchannelcreate.md
+++ b/docs/references/protocol/transactions/types/paymentchannelcreate.md
@@ -8,7 +8,7 @@ requiredAmendment: PayChan
txIcon: create
---
# PaymentChannelCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" format="source-link" %}[Source]{% /repo-link %}
Create a [payment channel](../../../../concepts/payment-types/payment-channels.md) and fund it. The address sending this transaction becomes the "source address" of the payment channel.
diff --git a/docs/references/protocol/transactions/types/paymentchannelfund.md b/docs/references/protocol/transactions/types/paymentchannelfund.md
index 14476ff884..f720b25613 100644
--- a/docs/references/protocol/transactions/types/paymentchannelfund.md
+++ b/docs/references/protocol/transactions/types/paymentchannelfund.md
@@ -8,7 +8,7 @@ requiredAmendment: PayChan
txIcon: modify
---
# PaymentChannelFund
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PayChan.cpp" format="source-link" %}[Source]{% /repo-link %}
Add an additional amount to an open [payment channel](../../../../concepts/payment-types/payment-channels.md), and optionally update the expiration time of the channel. Only the source account of the channel can use this transaction.
diff --git a/docs/references/protocol/transactions/types/permissioneddomaindelete.md b/docs/references/protocol/transactions/types/permissioneddomaindelete.md
index ddf77f7213..417569f06e 100644
--- a/docs/references/protocol/transactions/types/permissioneddomaindelete.md
+++ b/docs/references/protocol/transactions/types/permissioneddomaindelete.md
@@ -9,7 +9,7 @@ requiredAmendment: PermissionedDomains
txIcon: cancel
---
# PermissionedDomainDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainDelete.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainDelete.cpp" format="source-link" %}[Source]{% /repo-link %}
Delete a [permissioned domain][] that you own.
diff --git a/docs/references/protocol/transactions/types/permissioneddomainset.md b/docs/references/protocol/transactions/types/permissioneddomainset.md
index 0cadabfd93..8d4caa8deb 100644
--- a/docs/references/protocol/transactions/types/permissioneddomainset.md
+++ b/docs/references/protocol/transactions/types/permissioneddomainset.md
@@ -10,7 +10,7 @@ txIcon: create
status: not_enabled
---
# PermissionedDomainSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainSet.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/PermissionedDomainSet.cpp" format="source-link" %}[Source]{% /repo-link %}
Create a [permissioned domain][], or modify one that you own.
diff --git a/docs/references/protocol/transactions/types/setregularkey.md b/docs/references/protocol/transactions/types/setregularkey.md
index 8208358440..b199b96b04 100644
--- a/docs/references/protocol/transactions/types/setregularkey.md
+++ b/docs/references/protocol/transactions/types/setregularkey.md
@@ -8,7 +8,7 @@ txIcon: modify
---
# SetRegularKey
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetRegularKey.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetRegularKey.cpp" format="source-link" %}[Source]{% /repo-link %}
Assign, change, or remove the [regular key pair](../../../../concepts/accounts/cryptographic-keys.md) associated with your account.
diff --git a/docs/references/protocol/transactions/types/signerlistset.md b/docs/references/protocol/transactions/types/signerlistset.md
index 5ac1439aa1..d2847317cd 100644
--- a/docs/references/protocol/transactions/types/signerlistset.md
+++ b/docs/references/protocol/transactions/types/signerlistset.md
@@ -8,7 +8,7 @@ requiredAmendment: MultiSign
txIcon: modify
---
# SignerListSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetSignerList.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetSignerList.cpp" format="source-link" %}[Source]{% /repo-link %}
Create, replace, or remove a list of signers that can be used to [multi-sign](../../../../concepts/accounts/multi-signing.md) a transaction.
diff --git a/docs/references/protocol/transactions/types/ticketcreate.md b/docs/references/protocol/transactions/types/ticketcreate.md
index 4d2858f7d0..e1bcbdba60 100644
--- a/docs/references/protocol/transactions/types/ticketcreate.md
+++ b/docs/references/protocol/transactions/types/ticketcreate.md
@@ -8,7 +8,7 @@ requiredAmendment: TicketBatch
txIcon: create
---
# TicketCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateTicket.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/CreateTicket.cpp" format="source-link" %}[Source]{% /repo-link %}
Set aside one or more [sequence numbers][Sequence Number] as [tickets](../../../../concepts/accounts/tickets.md).
diff --git a/docs/references/protocol/transactions/types/trustset.md b/docs/references/protocol/transactions/types/trustset.md
index a9c6dce967..2d232877df 100644
--- a/docs/references/protocol/transactions/types/trustset.md
+++ b/docs/references/protocol/transactions/types/trustset.md
@@ -6,7 +6,7 @@ labels:
txIcon: modify
---
# TrustSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetTrust.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/SetTrust.cpp" format="source-link" %}[Source]{% /repo-link %}
Create or modify a [trust line](../../../../concepts/tokens/fungible-tokens/index.md) linking two accounts.
diff --git a/docs/references/protocol/transactions/types/vaultclawback.md b/docs/references/protocol/transactions/types/vaultclawback.md
index 40ad15f0b3..600be19d81 100644
--- a/docs/references/protocol/transactions/types/vaultclawback.md
+++ b/docs/references/protocol/transactions/types/vaultclawback.md
@@ -12,7 +12,7 @@ txIcon: cancel
# VaultClawback
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultClawback.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultClawback.cpp" format="source-link" %}[Source]{% /repo-link %}
Performs a [Clawback](../../../../use-cases/tokenization/stablecoin-issuer#clawback) from the vault, exchanging the shares of an account for assets.
diff --git a/docs/references/protocol/transactions/types/vaultcreate.md b/docs/references/protocol/transactions/types/vaultcreate.md
index 1fd03370c6..6e08efa0ea 100644
--- a/docs/references/protocol/transactions/types/vaultcreate.md
+++ b/docs/references/protocol/transactions/types/vaultcreate.md
@@ -11,7 +11,7 @@ txIcon: create
# VaultCreate
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultCreate.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultCreate.cpp" format="source-link" %}[Source]{% /repo-link %}
Creates a new `Vault` ledger entry, an `MPTokenIssuance` ledger entry for the vault’s shares, and an `AccountRoot` for the vault’s [pseudo-account](../../../../concepts/accounts/pseudo-accounts.md).
diff --git a/docs/references/protocol/transactions/types/vaultdelete.md b/docs/references/protocol/transactions/types/vaultdelete.md
index e3282f992c..b1d7004f8f 100644
--- a/docs/references/protocol/transactions/types/vaultdelete.md
+++ b/docs/references/protocol/transactions/types/vaultdelete.md
@@ -12,7 +12,7 @@ txIcon: cancel
# VaultDelete
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultDelete.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultDelete.cpp" format="source-link" %}[Source]{% /repo-link %}
Permanently deletes an existing `Vault` object from the ledger, removes all associated ledger entries, and frees up the reserve requirement for the Vault Owner.
diff --git a/docs/references/protocol/transactions/types/vaultdeposit.md b/docs/references/protocol/transactions/types/vaultdeposit.md
index a9129220e5..3ef6be56c0 100644
--- a/docs/references/protocol/transactions/types/vaultdeposit.md
+++ b/docs/references/protocol/transactions/types/vaultdeposit.md
@@ -12,7 +12,7 @@ txIcon: send
# VaultDeposit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultDeposit.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultDeposit.cpp" format="source-link" %}[Source]{% /repo-link %}
Deposits a specified number of assets into a vault in exchange for shares.
diff --git a/docs/references/protocol/transactions/types/vaultset.md b/docs/references/protocol/transactions/types/vaultset.md
index 456dfdede0..9a61d55840 100644
--- a/docs/references/protocol/transactions/types/vaultset.md
+++ b/docs/references/protocol/transactions/types/vaultset.md
@@ -12,7 +12,7 @@ txIcon: modify
# VaultSet
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultSet.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultSet.cpp" format="source-link" %}[Source]{% /repo-link %}
Modifies a single asset vault that you own. This transaction allows the Vault Owner to update certain mutable fields, including vault metadata and the maximum asset amount.
diff --git a/docs/references/protocol/transactions/types/vaultwithdraw.md b/docs/references/protocol/transactions/types/vaultwithdraw.md
index 4ee9f7c658..1374ffe810 100644
--- a/docs/references/protocol/transactions/types/vaultwithdraw.md
+++ b/docs/references/protocol/transactions/types/vaultwithdraw.md
@@ -12,7 +12,7 @@ txIcon: send
# VaultWithdraw
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultWithdraw.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/VaultWithdraw.cpp" format="source-link" %}[Source]{% /repo-link %}
Redeem vault shares for assets. The amount of assets received depends on the [exchange rate](../../../../concepts/tokens/single-asset-vaults.md#exchange-algorithm), which adjusts based on the vault’s total assets and any [unrealized losses](../../../../concepts/tokens/single-asset-vaults.md#unrealized-loss).
diff --git a/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md b/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md
index 005acf60f0..77256b6a3e 100644
--- a/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md
+++ b/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainAccountCreateCommit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L235" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L235" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
Create a new account for a [witness server](../../../../concepts/xrpl-sidechains/witness-servers.md) to submit transactions on an issuing chain. This transaction can only be used for XRP-XRP bridges.
diff --git a/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md b/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
index 1d6837defd..1adffcef5f 100644
--- a/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
+++ b/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainAddAccountCreateAttestation
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L189" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L189" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
Provide an attestation from a [witness server](../../../../concepts/xrpl-sidechains/witness-servers.md) that an `XChainAccountCreateCommit` transaction occurred on the other chain.
diff --git a/docs/references/protocol/transactions/types/xchainaddclaimattestation.md b/docs/references/protocol/transactions/types/xchainaddclaimattestation.md
index ce32769611..a3c1dec26c 100644
--- a/docs/references/protocol/transactions/types/xchainaddclaimattestation.md
+++ b/docs/references/protocol/transactions/types/xchainaddclaimattestation.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: modify
---
# XChainAddClaimAttestation
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L169" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.h#L169" github_branch="70d5c624e8cf732a362335642b2f5125ce4b43c1" format="source-link" %}[Source]{% /repo-link %}
Provide proof from a [witness server](../../../../concepts/xrpl-sidechains/witness-servers.md) attesting to an `XChainCommit` transaction.
diff --git a/docs/references/protocol/transactions/types/xchainclaim.md b/docs/references/protocol/transactions/types/xchainclaim.md
index d16fd66e0d..c40623ac9b 100644
--- a/docs/references/protocol/transactions/types/xchainclaim.md
+++ b/docs/references/protocol/transactions/types/xchainclaim.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: finish
---
# XChainClaim
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[Source]{% /repo-link %}
Complete a [cross-chain transfer of value](../../../../concepts/xrpl-sidechains/cross-chain-bridges.md). It allows a user to claim the value on the destination chain - the equivalent of the value locked on the source chain. A user can only claim the value if they own the cross-chain claim ID associated with the value locked on the source chain (the `Account` field). The user can send the funds to anyone (the `Destination` field). This transaction is only needed if an `OtherChainDestination` isn't specified in the `XChainCommit` transaction, or if something goes wrong with the automatic transfer of funds.
diff --git a/docs/references/protocol/transactions/types/xchaincommit.md b/docs/references/protocol/transactions/types/xchaincommit.md
index bd358da2ff..1856231a92 100644
--- a/docs/references/protocol/transactions/types/xchaincommit.md
+++ b/docs/references/protocol/transactions/types/xchaincommit.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: send
---
# XChainCommit
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[Source]{% /repo-link %}
Do the second step in a [cross-chain transfer](../../../../concepts/xrpl-sidechains/cross-chain-bridges.md). This transaction has two modes:
diff --git a/docs/references/protocol/transactions/types/xchaincreatebridge.md b/docs/references/protocol/transactions/types/xchaincreatebridge.md
index 477d7bd10b..cbf416eeed 100644
--- a/docs/references/protocol/transactions/types/xchaincreatebridge.md
+++ b/docs/references/protocol/transactions/types/xchaincreatebridge.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainCreateBridge
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[Source]{% /repo-link %}
Create a new [cross-chain bridge](../../../../concepts/xrpl-sidechains/cross-chain-bridges.md) on the chain that the transaction is submitted on, providing information about door accounts and assets for the bridge.
diff --git a/docs/references/protocol/transactions/types/xchaincreateclaimid.md b/docs/references/protocol/transactions/types/xchaincreateclaimid.md
index 098330051f..e4a9f0dca3 100644
--- a/docs/references/protocol/transactions/types/xchaincreateclaimid.md
+++ b/docs/references/protocol/transactions/types/xchaincreateclaimid.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: create
---
# XChainCreateClaimID
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[Source]{% /repo-link %}
Create a new cross-chain claim ID that is used for a [cross-chain transfer](../../../../concepts/xrpl-sidechains/cross-chain-bridges.md). A cross-chain claim ID represents *one* cross-chain transfer of value.
diff --git a/docs/references/protocol/transactions/types/xchainmodifybridge.md b/docs/references/protocol/transactions/types/xchainmodifybridge.md
index 2ab927fbad..2091cb20ad 100644
--- a/docs/references/protocol/transactions/types/xchainmodifybridge.md
+++ b/docs/references/protocol/transactions/types/xchainmodifybridge.md
@@ -8,7 +8,7 @@ status: not_enabled
txIcon: modify
---
# XChainModifyBridge
-{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="src/xrpld/app/tx/detail/XChainBridge.cpp" format="source-link" %}[Source]{% /repo-link %}
Modify the parameters of a [cross-chain bridge](../../../../concepts/xrpl-sidechains/cross-chain-bridges.md). Only managers can send this transaction, and they can only change the `SignatureReward` and the `MinAccountCreateAmount`.
diff --git a/docs/tutorials/sample-apps/build-a-desktop-wallet-in-javascript.md b/docs/tutorials/sample-apps/build-a-desktop-wallet-in-javascript.md
index 1df89e6cbd..31768ec699 100644
--- a/docs/tutorials/sample-apps/build-a-desktop-wallet-in-javascript.md
+++ b/docs/tutorials/sample-apps/build-a-desktop-wallet-in-javascript.md
@@ -892,7 +892,7 @@ After finishing this step the application should look like this:
1. In the project root, create a new folder `bootstrap` and add the following files into that directory:
{% repo-link repo="devportal" path="_code-samples/build-a-desktop-wallet/js/bootstrap/bootstrap.bundle.min.js" %}`bootstrap.bundle.min.js`{% /repo-link %},
-{% repo-link repo="devportal" path="_code-samples/build-a-desktop-wallet/js/bootstrap/bootstrap.bundle.min.css" %}`bootstrap.min.css`{% /repo-link %},
+{% repo-link repo="devportal" path="_code-samples/build-a-desktop-wallet/js/bootstrap/bootstrap.min.css" %}`bootstrap.min.css`{% /repo-link %},
{% repo-link repo="devportal" path="_code-samples/build-a-desktop-wallet/js/bootstrap/custom.css" %}`custom.css`{% /repo-link %},
{% repo-link repo="devportal" path="_code-samples/build-a-desktop-wallet/js/bootstrap/XRPLedger_DevPortal-white.svg" %}`XRPLedger_DevPortal-white.svg`{% /repo-link %}
diff --git a/resources/contribute-documentation/markdoc-tags.md b/resources/contribute-documentation/markdoc-tags.md
index 96e1cece71..c96504f413 100644
--- a/resources/contribute-documentation/markdoc-tags.md
+++ b/resources/contribute-documentation/markdoc-tags.md
@@ -206,7 +206,7 @@ Attributes:
| `path` | String | Yes | The path to the file or folder within the target repository. |
| `github_fork` | String | No | Use a custom fork URL for a single link. |
| `github_branch` | String | No | Use a custom branch for a single link. |
-| `source` | Boolean | No | If `true`, applies the `source-link` CSS class so the link floats right of its containing heading. Defaults to `false` for no styling. |
+| `format` | String | No | A CSS class applied to the rendered link. |
Example usage:
diff --git a/resources/known-amendments.md b/resources/known-amendments.md
index 2b0a6541ad..2f9b271b44 100644
--- a/resources/known-amendments.md
+++ b/resources/known-amendments.md
@@ -5,7 +5,7 @@ labels:
- Blockchain
---
# Known Amendments
-{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/features.macro" source=true %}[Source]{% /repo-link %}
+{% repo-link repo="xrpld" path="include/xrpl/protocol/detail/features.macro" format="source-link" %}[Source]{% /repo-link %}
This page lists all known [amendments](../docs/concepts/networks-and-servers/amendments.md) and their statuses.