mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 13:45:49 +00:00
Fix broken [json method][] links
This commit is contained in:
@@ -15,7 +15,7 @@ The `ledger_data` method retrieves contents of the specified ledger. You can ite
|
||||
## Request Format
|
||||
An example of the request format:
|
||||
|
||||
{% partial file="/_snippets/no-cli-syntax.md" /%}
|
||||
{% raw-partial file="/_snippets/no-cli-syntax.md" /%}
|
||||
|
||||
{% tabs %}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ The `ledger_entry` method returns a single ledger entry from the XRP Ledger in i
|
||||
|
||||
This method can retrieve several different types of data. You can select which type of item to retrieve by passing the appropriate parameters, comprised of the general and type-specific fields listed below, and following the standard [request formatting](../../api-conventions/request-formatting.md). (For example, a WebSocket request always has the `command` field and optionally an `id` field, and a JSON-RPC request uses the `method` and `params` fields.)
|
||||
|
||||
{% partial file="/_snippets/no-cli-syntax.md" /%}
|
||||
{% raw-partial file="/_snippets/no-cli-syntax.md" /%}
|
||||
|
||||
### General Fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user