mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-18 02:35:49 +00:00
remove dead links
This commit is contained in:
@@ -9,7 +9,7 @@ Ripple provides a live instance of the Data API with as complete a transaction r
|
||||
|
||||
|
||||
## More Information ##
|
||||
The Ripple Data API v2 replaces the [Historical Database v1](historical_data.html) and the [Charts API](charts_api.html).
|
||||
The Ripple Data API v2 replaces the Historical Database v1 and the [Charts API](https://github.com/ripple/ripple-data-api/).
|
||||
|
||||
* [API Methods](#api-method-reference)
|
||||
* [API Conventions](#api-conventions)
|
||||
|
||||
@@ -239,7 +239,7 @@ You will need to restart `rippled` for any configuration changes to take effect:
|
||||
|
||||
Most of the time, we describe the Ripple peer-to-peer network as one collective, singular entity -- and that's mostly true. There is one production Ripple peer-to-peer network, and all business that takes place on Ripple occurs within the production network.
|
||||
|
||||
However, sometimes you may want to do tests and experiments without interacting with the core network. That's why Ripple started the [Ripple Test Net](https://rippletest.net/), an "alternate universe" network, which can act as a testing ground for applications and the `rippled` server itself, without impacting the business operations of everyday Ripple users. The Ripple Test Net (also known as the AltNet) has a separate supply of TestNet-only XRP, which Ripple [gives away for free](https://ripple.com/build/ripple-test-net/) to parties interested in developing applications on the Test Net.
|
||||
However, sometimes you may want to do tests and experiments without interacting with the core network. That's why Ripple started the [Ripple Test Net](https://ripple.com/build/ripple-test-net/), an "alternate universe" network, which can act as a testing ground for applications and the `rippled` server itself, without impacting the business operations of everyday Ripple users. The Ripple Test Net (also known as the AltNet) has a separate supply of TestNet-only XRP, which Ripple [gives away for free](https://ripple.com/build/ripple-test-net/) to parties interested in developing applications on the Test Net.
|
||||
|
||||
**Caution:** Ripple makes no guarantees about the stability of the test network. It has been and continues to be used to test various properties of server configuration, network topology, and network performance.
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
<p>Ripple provides a live instance of the Data API with as complete a transaction record as possible at the following address:</p>
|
||||
<p><a href="https://data.ripple.com"><strong>https://data.ripple.com</strong></a></p>
|
||||
<h2 id="more-information">More Information</h2>
|
||||
<p>The Ripple Data API v2 replaces the <a href="historical_data.html">Historical Database v1</a> and the <a href="charts_api.html">Charts API</a>. </p>
|
||||
<p>The Ripple Data API v2 replaces the Historical Database v1 and the <a href="https://github.com/ripple/ripple-data-api/">Charts API</a>. </p>
|
||||
<ul>
|
||||
<li><a href="#api-method-reference">API Methods</a></li>
|
||||
<li><a href="#api-conventions">API Conventions</a></li>
|
||||
|
||||
@@ -163,16 +163,16 @@
|
||||
<ul class="resources">
|
||||
<li>Resources:</li>
|
||||
<li><a href="https://www.ripplecharts.com"><i class="fa fa-home"></i> Website </a></li>
|
||||
<li><a href="charts_api.html"><i class="fa fa-cubes"></i> API Reference </a></li>
|
||||
<li><a href="data_api_v2.html"><i class="fa fa-cubes"></i> API Reference </a></li>
|
||||
<li><a href="https://github.com/ripple/ripplecharts-frontend"><i class="fa fa-code"></i> Source (Frontend) </a></li>
|
||||
<li><a href="https://github.com/ripple/ripple-data-api"><i class="fa fa-code"></i> Source (Data API) </a></li>
|
||||
<li><a href="https://github.com/ripple/rippled-historical-database"><i class="fa fa-code"></i> Source (Data API v2) </a></li>
|
||||
<li><a href="https://www.bountysource.com/trackers/3954022-ripple-charts"><i class="fa fa-dot-circle-o"></i> Bounties </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-3 main_title"></div>
|
||||
<div class="col-md-9 description">
|
||||
<h2>Ripple Graph</h2>
|
||||
<p>Interactive graph visualization of the Ripple ledger.</p>
|
||||
<p>Interactive graph visualization of the Ripple Consensus Ledger.</p>
|
||||
<ul class="resources">
|
||||
<li>Resources:</li>
|
||||
<li><a href="https://ripple.com/graph"><i class="fa fa-home"></i> Website </a></li>
|
||||
@@ -196,7 +196,7 @@
|
||||
</div>
|
||||
<div class="col-md-3 main_title"></div>
|
||||
<div class="col-md-9 description last highlight">
|
||||
<h2>Ripple Lib</h2>
|
||||
<h2>RippleAPI</h2>
|
||||
<p>A JavaScript API for interacting with rippled.</p>
|
||||
<ul class="resources">
|
||||
<li>Resources:</li>
|
||||
@@ -217,6 +217,7 @@
|
||||
<li><a href="https://github.com/ripple/rippled"><i class="fa fa-code"></i> Source </a></li>
|
||||
<li><a href="https://www.bountysource.com/trackers/304896-rippled"><i class="fa fa-dot-circle-o"></i> Bounties </a></li>
|
||||
<li><a href="transactions.html"><i class="fa fa-cubes"></i> Transaction Format </a></li>
|
||||
<li><a href="ripple-ledger.html"><i class="fa fa-cubes"></i> Ledger Format </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -362,7 +362,7 @@ ssdecohJMDPFuUPDkmG1w4objZyp4
|
||||
</code></pre>
|
||||
<h2 id="parallel-networks">Parallel Networks</h2>
|
||||
<p>Most of the time, we describe the Ripple peer-to-peer network as one collective, singular entity -- and that's mostly true. There is one production Ripple peer-to-peer network, and all business that takes place on Ripple occurs within the production network.</p>
|
||||
<p>However, sometimes you may want to do tests and experiments without interacting with the core network. That's why Ripple started the <a href="https://rippletest.net/">Ripple Test Net</a>, an "alternate universe" network, which can act as a testing ground for applications and the <code>rippled</code> server itself, without impacting the business operations of everyday Ripple users. The Ripple Test Net (also known as the AltNet) has a separate supply of TestNet-only XRP, which Ripple <a href="https://ripple.com/build/ripple-test-net/">gives away for free</a> to parties interested in developing applications on the Test Net.</p>
|
||||
<p>However, sometimes you may want to do tests and experiments without interacting with the core network. That's why Ripple started the <a href="https://ripple.com/build/ripple-test-net/">Ripple Test Net</a>, an "alternate universe" network, which can act as a testing ground for applications and the <code>rippled</code> server itself, without impacting the business operations of everyday Ripple users. The Ripple Test Net (also known as the AltNet) has a separate supply of TestNet-only XRP, which Ripple <a href="https://ripple.com/build/ripple-test-net/">gives away for free</a> to parties interested in developing applications on the Test Net.</p>
|
||||
<p><strong>Caution:</strong> Ripple makes no guarantees about the stability of the test network. It has been and continues to be used to test various properties of server configuration, network topology, and network performance.</p>
|
||||
<p>Over time, there may also be additional, smaller test networks for specific purposes.</p>
|
||||
<h3 id="parallel-networks-and-consensus">Parallel Networks and Consensus</h3>
|
||||
|
||||
@@ -63,16 +63,16 @@
|
||||
<ul class="resources">
|
||||
<li>Resources:</li>
|
||||
<li><a href="https://www.ripplecharts.com"><i class="fa fa-home"></i> Website </a></li>
|
||||
<li><a href="charts_api.html"><i class="fa fa-cubes"></i> API Reference </a></li>
|
||||
<li><a href="data_api_v2.html"><i class="fa fa-cubes"></i> API Reference </a></li>
|
||||
<li><a href="https://github.com/ripple/ripplecharts-frontend"><i class="fa fa-code"></i> Source (Frontend) </a></li>
|
||||
<li><a href="https://github.com/ripple/ripple-data-api"><i class="fa fa-code"></i> Source (Data API) </a></li>
|
||||
<li><a href="https://github.com/ripple/rippled-historical-database"><i class="fa fa-code"></i> Source (Data API v2) </a></li>
|
||||
<li><a href="https://www.bountysource.com/trackers/3954022-ripple-charts"><i class="fa fa-dot-circle-o"></i> Bounties </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-3 main_title"></div>
|
||||
<div class="col-md-9 description">
|
||||
<h2>Ripple Graph</h2>
|
||||
<p>Interactive graph visualization of the Ripple ledger.</p>
|
||||
<p>Interactive graph visualization of the Ripple Consensus Ledger.</p>
|
||||
<ul class="resources">
|
||||
<li>Resources:</li>
|
||||
<li><a href="https://ripple.com/graph"><i class="fa fa-home"></i> Website </a></li>
|
||||
@@ -96,7 +96,7 @@
|
||||
</div>
|
||||
<div class="col-md-3 main_title"></div>
|
||||
<div class="col-md-9 description last highlight">
|
||||
<h2>Ripple Lib</h2>
|
||||
<h2>RippleAPI</h2>
|
||||
<p>A JavaScript API for interacting with rippled.</p>
|
||||
<ul class="resources">
|
||||
<li>Resources:</li>
|
||||
@@ -117,6 +117,7 @@
|
||||
<li><a href="https://github.com/ripple/rippled"><i class="fa fa-code"></i> Source </a></li>
|
||||
<li><a href="https://www.bountysource.com/trackers/304896-rippled"><i class="fa fa-dot-circle-o"></i> Bounties </a></li>
|
||||
<li><a href="transactions.html"><i class="fa fa-cubes"></i> Transaction Format </a></li>
|
||||
<li><a href="ripple-ledger.html"><i class="fa fa-cubes"></i> Ledger Format </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user