mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Cross-reference link correction
Index update to include link to doxygen docs
This commit is contained in:
parent
295be42529
commit
57f1017b5e
4 changed files with 13 additions and 12 deletions
|
@ -69,7 +69,7 @@ There are a number of limitations on InstantSend transactions:
|
|||
|
||||
Dash Core's PrivateSend feature provides a way to improve privacy by performing
|
||||
coin-mixing without relinquishing custodial access. For additional details,
|
||||
reference this [Official Documentation PrivateSend page](https://dashpay.atlassian.net/wiki/spaces/DOC/pages/1146924/PrivateSend).
|
||||
reference this [Official Documentation PrivateSend page](https://dashpay.atlassian.net/wiki/spaces/DOC/pages/1146924/PrivateSend<!--noref-->).
|
||||
|
||||
*PrivateSend Data Flow*
|
||||
|
||||
|
@ -310,7 +310,7 @@ Once the syncing node receives the counts and inventories, it may request any
|
|||
|
||||
#### Sentinel<!--noref-->
|
||||
|
||||
[Sentinel](https://github.com/dashpay/sentinel/) is a Python application that connects to a masternode's local dashd
|
||||
[Sentinel](https://github.com/dashpay/sentinel<!--noref-->/) is a Python application that connects to a masternode's local dashd
|
||||
instance to run as an autonomous agent for persisting, processing, and automating
|
||||
Dash 12.1+ governance objects and tasks. Sentinel abstracts some governance
|
||||
details away from Dash Core for easier extensibility of the governance system in
|
||||
|
|
|
@ -41,7 +41,7 @@ consensus, its security is weakened or destroyed. The cause of the
|
|||
divergence doesn't matter: it could be a bug in your program, it could
|
||||
be an [error in this documentation][errors in docs] which you
|
||||
implemented as described, or it could be you do everything right but
|
||||
other software on the network [behaves unexpectedly](https://bitcoin.org/en/alert/2013-03-11-chain-fork)
|
||||
other software on the network [behaves unexpectedly](https://bitcoin.org/en/alert/2013-03-11-chain-fork<!--noref-->)
|
||||
as in the case of Bitcoin's v0.8 chain fork. The specific cause
|
||||
will not matter to the users of your software whose wealth is lost.
|
||||
|
||||
|
|
|
@ -1448,7 +1448,7 @@ bc8f5e5400000000 ............................ Epoch time: 1415483324
|
|||
The following network messages all help control the InstantSend feature of Dash.
|
||||
InstantSend uses the masternode network to lock transaction inputs and enable
|
||||
secure, instantaneous transactions. For additional details, refer to
|
||||
the Developer Guide [InstantSend section](developer-guide#instantsend).
|
||||
the Developer Guide [InstantSend section](developer-guide#instantsend<!--noref-->).
|
||||
|
||||

|
||||
|
||||
|
@ -1524,7 +1524,7 @@ masternode network.
|
|||
Since the messages are all related to a single process, this diagram shows them
|
||||
sequentially numbered. The `dssu` message (not shown) is sent by the
|
||||
masternode in conjunction with some responses. For additional details, refer to
|
||||
the Developer Guide [PrivateSend section](developer-guide#privatesend).
|
||||
the Developer Guide [PrivateSend section](developer-guide#privatesend<!--noref-->).
|
||||
|
||||

|
||||
|
||||
|
@ -2171,8 +2171,8 @@ The following network messages enable the masternode features built in to Dash.
|
|||
|
||||

|
||||
|
||||
For additional details, refer to the Developer Guide [Masternode Sync](developer-guide#masternode-sync)
|
||||
and [Masternode Payment](developer-guide#masternode-payment) sections.
|
||||
For additional details, refer to the Developer Guide [Masternode Sync](developer-guide#masternode<!--noref-->-sync)
|
||||
and [Masternode Payment](developer-guide#masternode<!--noref-->-payment) sections.
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
|
@ -2643,7 +2643,7 @@ bf110000 ................................... Count: 4543
|
|||
{% autocrossref %}
|
||||
|
||||
The following network messages enable the Governance features built in to Dash.
|
||||
For additional details on the governance system, see this [Budget System page](https://dashpay.atlassian.net/wiki/spaces/DOC/pages/8585246/Budget+System+Funding+Voting+DGBB).
|
||||
For additional details on the governance system, see this [Budget System page](https://dashpay.atlassian.net/wiki/spaces/DOC/pages/8585246/Budget+System+Funding+Voting+DGBB<!--noref-->).
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -12,10 +12,11 @@ http://opensource.org/licenses/MIT.
|
|||
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
|
||||
|
||||
<div class="docreference">
|
||||
<a href="/en/developer-guide"><span class="fa fa-info-circle fa-2x"></span><span>Guide</span></a>
|
||||
<a href="/en/developer-reference"><span class="fa fa-book fa-2x"></span><span>Reference</span></a>
|
||||
<a href="/en/developer-examples"><span class="fa fa-code fa-2x"></span><span>Examples</span></a>
|
||||
<a href="/en/developer-glossary"><span class="fa fa-font fa-2x"></span><span>Glossary</span></a>
|
||||
<a href="/en/developer-guide"><span class="fa fa-info-circle fa-2x"></span><span>Protocol<br />Guide</span></a>
|
||||
<a href="/en/developer-reference"><span class="fa fa-book fa-2x"></span><span>Technical Reference</span></a>
|
||||
<a href="/en/developer-examples"><span class="fa fa-code fa-2x"></span><span>Development Examples</span></a>
|
||||
<a href="/en/developer-glossary"><span class="fa fa-font fa-2x"></span><span>Technical Glossary</span></a>
|
||||
<a href="/en/doxygen/html/index.html"><span class="fa fa-code fa-2x"></span><span>Source Code Documentation</span></a>
|
||||
</div>
|
||||
|
||||
<div class="resources">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue