Fix a bunch of broken links

This commit is contained in:
mDuo13
2022-02-09 16:45:53 -08:00
parent 73cb3ceb8d
commit 8abb3e6348
21 changed files with 74 additions and 333 deletions

View File

@@ -23,7 +23,6 @@ To request the Peer Crawler information, make the following HTTP request:
- **Path:** `/crawl`
- **Security:** Most `rippled` servers use a self-signed certificate to respond to the request. By default, most tools (including web browsers) flag or block such responses for being untrusted. You must ignore the certificate checking (for example, if using cURL, add the `--insecure` flag) to display a response from those servers.
**Tip:** Since this request uses the GET method, you can test this request using the URL bar of your web browser. For example, <https://s1.ripple.com:51235/crawl> requests peer crawler information from one of Ripple's public servers. <!-- SPELLING_IGNORE: s1 -->
## Response Format

View File

@@ -29,7 +29,6 @@ request:
The validator list contents are signed with a separate cryptographic key, so you can verify their integrity regardless of the TLS certificate used.
**Tip:** Since this request uses the GET method, you can test this request using the URL bar of your web browser. For example, <https://s1.ripple.com:51235/vl/ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734> requests Ripple's recommended list from one of Ripple's public servers. <!-- SPELLING_IGNORE: s1 -->
## Response Format