From 54b646aa00320e601871d5f83c63f64b90471795 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 26 Oct 2020 16:19:54 -0700 Subject: [PATCH] Fix broken links --- .../ledger-data-formats/ledger-object-types/negativeunl.md | 5 +++++ .../pseudo-transaction-types/pseudo-transaction-types.md | 5 +++++ dactyl-config.yml | 2 ++ 3 files changed, 12 insertions(+) diff --git a/content/references/rippled-api/ledger-data-formats/ledger-object-types/negativeunl.md b/content/references/rippled-api/ledger-data-formats/ledger-object-types/negativeunl.md index 9cd33a5635..f72cd3d9d7 100644 --- a/content/references/rippled-api/ledger-data-formats/ledger-object-types/negativeunl.md +++ b/content/references/rippled-api/ledger-data-formats/ledger-object-types/negativeunl.md @@ -62,3 +62,8 @@ The `NegativeUNL` object ID is the hash of the `NegativeUNL` space key (`0x004E` ``` 2E8A59AA9D3B5B186B0B9E0F62E6C02587CA74A4D778938E957B6357D364B244 ``` + + +{% include '_snippets/rippled-api-links.md' %} +{% include '_snippets/tx-type-links.md' %} +{% include '_snippets/rippled_versions.md' %} diff --git a/content/references/rippled-api/transaction-formats/pseudo-transaction-types/pseudo-transaction-types.md b/content/references/rippled-api/transaction-formats/pseudo-transaction-types/pseudo-transaction-types.md index 9453b25bef..b0f55774c1 100644 --- a/content/references/rippled-api/transaction-formats/pseudo-transaction-types/pseudo-transaction-types.md +++ b/content/references/rippled-api/transaction-formats/pseudo-transaction-types/pseudo-transaction-types.md @@ -23,3 +23,8 @@ Pseudo-transactions use the following common fields as normal: |:------------------|:----------|:------------------|:-------------------------| | `TransactionType` | String | UInt16 | _(Required)_ The type of transaction. | | `Flags` | Number | UInt32 | _(Optional)_ A set of bit-flags for this transaction. The meaning of specific flags varies based on the transaction type. | + + +{% include '_snippets/rippled-api-links.md' %} +{% include '_snippets/tx-type-links.md' %} +{% include '_snippets/rippled_versions.md' %} diff --git a/dactyl-config.yml b/dactyl-config.yml index 22025c261b..fffb0ba4d3 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -142,6 +142,8 @@ targets: # Fix links from untranslated health-check.html: "rippled-server-modes.html#reasons-to-run-a-rippled-server-in-stand-alone-mode": "rippled-server-modes.html#rippledサーバーをスタンドアロンモードで実行する理由" "server-doesnt-sync.html#normal-syncing-behavior": "server-doesnt-sync.html#通常の同期動作" + # Fix link from untranslated negativeunl.html: + "consensus.html#validation": "consensus.html#検証" - name: xrp-api-only