Cross-reference link correction

Index update to include link to doxygen docs
This commit is contained in:
thephez 2018-01-03 10:39:37 -05:00
parent 295be42529
commit 57f1017b5e
4 changed files with 13 additions and 12 deletions

View file

@ -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

View file

@ -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.

View file

@ -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-->).
![Overview Of P2P Protocol InstantSend Request And Reply Messages](/img/dev/en-p2p-instantsend-messages.svg)
@ -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-->).
![Overview Of P2P Protocol PrivateSend Request And Reply Messages](/img/dev/en-p2p-privatesend-messages.svg)
@ -2171,8 +2171,8 @@ The following network messages enable the masternode features built in to Dash.
![Overview Of P2P Protocol Masternode Request And Reply Messages](/img/dev/en-p2p-masternode-messages.svg)
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-->).
![Overview Of P2P Protocol Governance Request And Reply Messages](/img/dev/en-p2p-governance-messages.svg)

View file

@ -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">