From a07bfb20a09ee81d6aba9a30eb3391172b51ca0a Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 10 Jan 2022 23:46:40 -0800 Subject: [PATCH] [JA] fix syntax errors --- content/_snippets/rippled-api-links.md | 1 + content/concepts/consensus-network/negative-unl.ja.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/_snippets/rippled-api-links.md b/content/_snippets/rippled-api-links.md index b39afc0830..ecf4bfea3a 100644 --- a/content/_snippets/rippled-api-links.md +++ b/content/_snippets/rippled-api-links.md @@ -142,6 +142,7 @@ [{{method}} command]: {{method|lower}}.html {% if target.lang == "ja" %} [{{method}}メソッド]: {{method|lower}}.html +[{{method}} メソッド]: {{method|lower}}.html {% endif %} {% endfor %} diff --git a/content/concepts/consensus-network/negative-unl.ja.md b/content/concepts/consensus-network/negative-unl.ja.md index 293ed9a30a..66d7f116d5 100644 --- a/content/concepts/consensus-network/negative-unl.ja.md +++ b/content/concepts/consensus-network/negative-unl.ja.md @@ -166,14 +166,14 @@ Vaは、サーバー側のコンセンサス見解と一致した過 {{ include_svg("img/negative-unl-11.svg", "Diagram: MissingAをネガティブUNLから削除。") }} -## ## 関連項目 +### 関連項目 - **コンセンサス:** - [コンセンサスプロトコル](consensus.html) - **チュートリアル:** - [Testnetや別の並列ネットワークへ接続する](connect-your-rippled-to-the-xrp-test-net.html) - [バリデータとしての`rippled`の実行](run-rippled-as-a-validator.html) -- **- **リファレンス:** +- **リファレンス:** - [negativeUNL オブジェクト](negativeunl.html) - [UNLModify pseudo-transaction][] - [ledger_entry メソッド][]