Update admin command links

This commit is contained in:
mDuo13
2018-05-11 15:04:31 -07:00
parent fa04e5a5c9
commit 097e7ca037
20 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
The `consensus_info` command provides information about the consensus process for debugging purposes.
_The `consensus_info` method is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users._
_The `consensus_info` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users._
### Request Format
An example of the request format:

View File

@@ -5,7 +5,7 @@ The `feature` command returns information about [amendments](amendments.html) th
You can use the `feature` command to temporarily configure the server to vote against or in favor of an amendment. This change does not persist if you restart the server. To make lasting changes in amendment voting, use the `rippled.cfg` file. See [Configuring Amendment Voting](amendments.html#configuring-amendment-voting) for more information.
_The `feature` method is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users._
_The `feature` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users._
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
The `fetch_info` command returns information about objects that this server is currently fetching from the network, and how many peers have that information. It can also be used to reset current fetches.
_The `fetch_info` method is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users._
_The `fetch_info` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users._
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
The `get_counts` command provides various stats about the health of the server, mostly the number of objects of different types that it currently holds in memory.
_The `get_counts` method is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users._
_The `get_counts` method is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users._
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
The `peers` command returns a list of all other `rippled` servers currently connected to this one, including information on their connection and sync status.
*The `peers` request is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users!*
*The `peers` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
The `print` command returns the current status of various internal subsystems, including peers, the ledger cleaner, and the resource manager.
*The `print` request is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users!*
*The `print` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
The `validator_list_sites` command returns status information of sites serving validator lists. [New in: rippled 0.80.1][]
*The `validator_list_sites` request is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users!*
*The `validator_list_sites` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
### Request Format
An example of the request format:

View File

@@ -3,7 +3,7 @@
The `validators` command returns human readable information about the current list of published and trusted validators used by the server. [New in: rippled 0.80.1][]
*The `validators` request is an [admin command](#connecting-to-rippled) that cannot be run by unprivileged users!*
*The `validators` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*
### Request Format
An example of the request format: