Clio: correct config file path, server_info link

This commit is contained in:
mDuo13
2022-06-29 16:25:46 -07:00
parent ffcb4c9979
commit fff8c37d00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ labels:
# server_info (rippled)
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp "Source")
The `server_info` command asks the server for a human-readable version of various information about [the `rippled` server](xrpl-servers.html) being queried. For [Clio servers](the-clio-server.html), see [`server_info` (Clio)](clio-server_info.html) instead.
The `server_info` command asks the server for a human-readable version of various information about [the `rippled` server](xrpl-servers.html) being queried. For [Clio servers](the-clio-server.html), see [`server_info` (Clio)](server_info-clio.html) instead.
## Request Format
An example of the request format:

View File

@@ -94,7 +94,7 @@ Before you install Clio, you must meet the following requirements.
1. Edit the Clio server's config file to modify the connection information for the `rippled` server. The package installs this file at `/etc/clio/etc/config.json`.
1. Edit the Clio server's config file to modify the connection information for the `rippled` server. The package installs this file at `/opt/clio/etc/config.json`.
"etl_sources":
[