update various broken links

This commit is contained in:
mDuo13
2016-12-02 14:55:12 -08:00
committed by Rome Reginelli
parent 55cffe3090
commit 44382606ca
7 changed files with 11 additions and 17 deletions

View File

@@ -202,7 +202,7 @@
<main class="main" role="main">
<div class='content'>
<h1 id="transactions-overview">Transactions Overview</h1>
<p>A <em>Transaction</em> is the only way to modify the Ripple Ledger. Transactions are only valid if signed, submitted, and accepted into a validated ledger version following the <a href="https://ripple.com/build/ripple-ledger-consensus-process/">consensus process</a>. Some ledger rules also generate <em><a href="#pseudo-transactions">pseudo-transactions</a></em>, which aren't signed or submitted, but still must be accepted by consensus. Transactions that fail are also included in ledgers because they modify balances of XRP to pay for the anti-spam <a href="concept-transaction-cost">transaction cost</a>.</p>
<p>A <em>Transaction</em> is the only way to modify the Ripple Ledger. Transactions are only valid if signed, submitted, and accepted into a validated ledger version following the <a href="https://ripple.com/build/ripple-ledger-consensus-process/">consensus process</a>. Some ledger rules also generate <em><a href="#pseudo-transactions">pseudo-transactions</a></em>, which aren't signed or submitted, but still must be accepted by consensus. Transactions that fail are also included in ledgers because they modify balances of XRP to pay for the anti-spam <a href="concept-transaction-cost.html">transaction cost</a>.</p>
<ul>
<li><a href="#authorizing-transactions">Authorizing Transactions</a></li>
<li><a href="#common-fields">Common Fields of All Transactions</a></li>