mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Fix broken links
This commit is contained in:
@@ -62,3 +62,8 @@ The `NegativeUNL` object ID is the hash of the `NegativeUNL` space key (`0x004E`
|
|||||||
```
|
```
|
||||||
2E8A59AA9D3B5B186B0B9E0F62E6C02587CA74A4D778938E957B6357D364B244
|
2E8A59AA9D3B5B186B0B9E0F62E6C02587CA74A4D778938E957B6357D364B244
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!--{# common link defs #}-->
|
||||||
|
{% include '_snippets/rippled-api-links.md' %}
|
||||||
|
{% include '_snippets/tx-type-links.md' %}
|
||||||
|
{% include '_snippets/rippled_versions.md' %}
|
||||||
|
|||||||
@@ -23,3 +23,8 @@ Pseudo-transactions use the following common fields as normal:
|
|||||||
|:------------------|:----------|:------------------|:-------------------------|
|
|:------------------|:----------|:------------------|:-------------------------|
|
||||||
| `TransactionType` | String | UInt16 | _(Required)_ The type of transaction. |
|
| `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. |
|
| `Flags` | Number | UInt32 | _(Optional)_ A set of bit-flags for this transaction. The meaning of specific flags varies based on the transaction type. |
|
||||||
|
|
||||||
|
<!--{# common link defs #}-->
|
||||||
|
{% include '_snippets/rippled-api-links.md' %}
|
||||||
|
{% include '_snippets/tx-type-links.md' %}
|
||||||
|
{% include '_snippets/rippled_versions.md' %}
|
||||||
|
|||||||
@@ -142,6 +142,8 @@ targets:
|
|||||||
# Fix links from untranslated health-check.html:
|
# 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サーバーをスタンドアロンモードで実行する理由"
|
"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#通常の同期動作"
|
"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
|
- name: xrp-api-only
|
||||||
|
|||||||
Reference in New Issue
Block a user