Fix broken [json method][] links

This commit is contained in:
mDuo13
2024-01-30 15:44:09 -08:00
parent 18b2dea128
commit fdf5a43114
13 changed files with 13 additions and 13 deletions

View File

@@ -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 %}

View File

@@ -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