Get started reorg: fix typos, move some other files to match nav

This commit is contained in:
mDuo13
2021-05-10 15:46:27 -07:00
parent 41c70e7157
commit 6d5689885d
40 changed files with 41 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ cta_text: Get Started
If you don't have or don't want to use a [client library](client-libraries.html) in your preferred programming language, you can access the XRP Ledger directly through the APIs of its core server software, [`rippled`](the-rippled-server.html). The server provides APIs over JSON-RPC and WebSocket protocols. If you don't [run your own instance of `rippled`](install-rippled.html) you can still use a [public server][public servers].
**Tip:** You can dive right into the API is with the [**WebSocket API Tool**](websocket-api-tool.html), or use the [XRP Ledger Explorer](https://livenet.xrpl.org/) to watch the progress of the ledger live.
**Tip:** You can dive right into the API with the [**WebSocket API Tool**](websocket-api-tool.html), or use the [XRP Ledger Explorer](https://livenet.xrpl.org/) to watch the progress of the ledger live.
## Differences Between JSON-RPC and WebSocket
@@ -41,7 +41,7 @@ Example WebSocket API request:
}
```
The response to shows you the current status of the server.
The response shows you the current status of the server.
Read more: [Request Formatting >](request-formatting.html) [Response Formatting >](response-formatting.html) [About the server_info method >][server_info method]
@@ -65,7 +65,7 @@ Content-Type: application/json
}
```
The response to shows you the current status of the server.
The response shows you the current status of the server.
Read more: [Request Formatting >](request-formatting.html#json-rpc-format) [Response Formatting >](response-formatting.html) [About the server_info method >][server_info method]