diff --git a/_includes/devdoc/guide_dash_features.md b/_includes/devdoc/guide_dash_features.md index fd2d5221..ed2356b2 100644 --- a/_includes/devdoc/guide_dash_features.md +++ b/_includes/devdoc/guide_dash_features.md @@ -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). *PrivateSend Data Flow* @@ -310,7 +310,7 @@ Once the syncing node receives the counts and inventories, it may request any #### Sentinel -[Sentinel](https://github.com/dashpay/sentinel/) is a Python application that connects to a masternode's local dashd +[Sentinel](https://github.com/dashpay/sentinel/) 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 diff --git a/_includes/devdoc/ref_intro.md b/_includes/devdoc/ref_intro.md index d12c5db3..7c049ca8 100644 --- a/_includes/devdoc/ref_intro.md +++ b/_includes/devdoc/ref_intro.md @@ -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) 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. diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 2ad9b9c7..7dde3987 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -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).  @@ -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).  @@ -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-sync) +and [Masternode Payment](developer-guide#masternode-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).  diff --git a/_includes/templates/index.html b/_includes/templates/index.html index 3dc646ea..b5019b98 100644 --- a/_includes/templates/index.html +++ b/_includes/templates/index.html @@ -12,10 +12,11 @@ http://opensource.org/licenses/MIT.