Fix server states/info, common fields, etc. links

This commit is contained in:
mDuo13
2018-05-11 16:32:54 -07:00
parent 4921fc25ca
commit 6596451809
18 changed files with 26 additions and 21 deletions

View File

@@ -195,7 +195,7 @@ An example of a successful response:
<!-- MULTICODE_BLOCK_END -->
**Note:** There is no command-line syntax for this method. Use the [`json` command](#json) to access this from the command line.
**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line.
The response follows the [standard format][], with a successful result containing the following fields:

View File

@@ -41,7 +41,7 @@ An example of the request format:
<!-- MULTICODE_BLOCK_END -->
**Note:** There is no command-line syntax for this method. Use the [`json` command](#json) to access this from the command line.
**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line.
The request includes the following parameters:

View File

@@ -37,7 +37,7 @@ An example of the request format:
<!-- MULTICODE_BLOCK_END -->
**Note:** There is no commandline syntax for `ledger_data`. You can use the [`json` command](#json) to access this method from the commandline instead.
**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead.
A request can include the following fields:

View File

@@ -3,7 +3,7 @@
The `ledger_entry` method returns a single ledger object from the XRP Ledger in its raw format. See [ledger format][] for information on the different types of objects you can retrieve.
**Note:** There is no commandline version of this method. You can use the [`json` command](#json) to access this method from the commandline instead.
**Note:** There is no commandline version of this method. You can use the [json method][] to access this method from the commandline instead.
## Request Format

View File

@@ -1,7 +1,7 @@
# server_state
[[Source]<br>](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerState.cpp "Source")
The `server_state` command asks the server for various machine-readable information about the `rippled` server's current state. The results are almost the same as [`server_info`](#server-info), but using units that are easier to process instead of easier to read. (For example, XRP values are given in integer drops instead of scientific notation or decimal values, and time is given in milliseconds instead of seconds.)
The `server_state` command asks the server for various machine-readable information about the `rippled` server's current state. The response is almost the same as the [server_info method][], but uses units that are easier to process instead of easier to read. (For example, XRP values are given in integer drops instead of scientific notation or decimal values, and time is given in milliseconds instead of seconds.)
## Request Format
An example of the request format: