diff --git a/@i18n/ja/docs/concepts/accounts/depositauth.md b/@i18n/ja/docs/concepts/accounts/depositauth.md index 9ad5f429bc..947278b812 100644 --- a/@i18n/ja/docs/concepts/accounts/depositauth.md +++ b/@i18n/ja/docs/concepts/accounts/depositauth.md @@ -62,7 +62,9 @@ Deposit Authorizationが有効化されているアカウントの特徴は次 以下の表に、トランザクションタイプ別にDepositAuthが有効または無効な状態での入金の可否をまとめました。 -{% partial file="/@i18n/ja/docs/_snippets/depositauth-semantics-table.md" /%} + + +{% partial file="/docs/_snippets/depositauth-semantics-table.md" /%} diff --git a/@i18n/ja/resources/contribute-code/create-custom-transactors.md b/@i18n/ja/resources/contribute-code/create-custom-transactors.md index 3ca8b6a562..ee2a9ca510 100644 --- a/@i18n/ja/resources/contribute-code/create-custom-transactors.md +++ b/@i18n/ja/resources/contribute-code/create-custom-transactors.md @@ -9,7 +9,7 @@ labels: --- # カスタムトランザクタの作成 -_トランザクタ_ はトランザクションを処理し、XRP Ledgerを変更するコードです。カスタムトランザクタを作成することで、`rippled`に新しい機能を追加することができます。このチュートリアルではトランザクタのコーディングについて説明しますが、それをXRPLに追加するにはAmendmentプロセスを経る必要があります。 [XRP Ledgerのコードへの貢献](contribute-code.md)をご覧ください。 +_トランザクタ_ はトランザクションを処理し、XRP Ledgerを変更するコードです。カスタムトランザクタを作成することで、`rippled`に新しい機能を追加することができます。このチュートリアルではトランザクタのコーディングについて説明しますが、それをXRPLに追加するにはAmendmentプロセスを経る必要があります。 [XRP Ledgerのコードへの貢献](index.md)をご覧ください。 トランザクタは 基本的な処理順序に則って処理されます。 diff --git a/@i18n/ja/resources/contribute-code/index.md b/@i18n/ja/resources/contribute-code/index.md index 85b3a478e7..2892ff0d52 100644 --- a/@i18n/ja/resources/contribute-code/index.md +++ b/@i18n/ja/resources/contribute-code/index.md @@ -92,4 +92,4 @@ XLSドラフトを作成した後、その変更にAmendmentが必要かどう ## 関連項目 - **コンセプト:** - - [Amendment](../../concepts/networks-and-servers/amendments.md) + - [Amendment](../../docs/concepts/networks-and-servers/amendments.md)