diff --git a/concept-paths.html b/concept-paths.html index 9c9faa8ed3..61e9851db3 100644 --- a/concept-paths.html +++ b/concept-paths.html @@ -184,7 +184,7 @@

The response comes as a JSON object.

Public Servers

-

Currently Ripple Labs maintains a set of public WebSocket servers at:

+

Currently Ripple (the company) maintains a set of public WebSocket servers at:

@@ -213,7 +213,7 @@

The response is also a JSON object.

Public Servers

-

Currently, Ripple Labs maintains a set of public JSON-RPC servers at:

+

Currently, Ripple (the company) maintains a set of public JSON-RPC servers at:

@@ -4535,7 +4535,7 @@ rippled ledger_current

You must provide either ledger_index or ledger_hash but not both.

Response Format

The response follows the standard format. However, the request returns a failure response if it does not have the specified ledger even if it successfully instructed the rippled server to start retrieving the ledger.

-

Note: In order to retrieve a ledger, the rippled server must have a direct peer with that ledger in its history. If none of the peers have the requested ledger, you can use the connect command or the fixed_ips section of the config file to add Ripple Labs' full-history server at s2.ripple.com and then make the ledger_request request again.

+

Note: In order to retrieve a ledger, the rippled server must have a direct peer with that ledger in its history. If none of the peers have the requested ledger, you can use the connect command or the fixed_ips section of the config file to add Ripple's full-history server at s2.ripple.com and then make the ledger_request request again.

A failure response indicates the status of fetching the ledger. A successful response contains the information for the ledger in a similar format to the ledger command.

Commandline (failure)

diff --git a/tutorial-rippled-setup.html b/tutorial-rippled-setup.html index 3b0eeb9493..68dfb964b7 100644 --- a/tutorial-rippled-setup.html +++ b/tutorial-rippled-setup.html @@ -191,7 +191,7 @@ -

At present, Ripple, Inc. cannot recommend any validators aside from the 5 core validators run by Ripple, Inc.: these validators are included in the default rippled configuration. However, we are collecting data on other validators and building tools to report on their performance. For metrics on the validators currently operating, see validators.ripple.com.

+

At present, Ripple (the company) cannot recommend any validators aside from the 5 core validators run by Ripple (the company): these validators are included in the default rippled configuration. However, we are collecting data on other validators and building tools to report on their performance. For metrics on the validators currently operating, see validators.ripple.com.

Installing rippled

For development, you can compile rippled from source.

Production rippled instances can use Ripple's binary executable, available from the Ripple yum repository.