mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Link updates
- Make some external links open new window/tab - Point to Dash updated BIPs (QuantumExplorer GH)
This commit is contained in:
parent
58400dd4eb
commit
07681fcb65
2 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ http://opensource.org/licenses/MIT.
|
||||||
{% if page.lang == 'en' %}<li{% if page.id == 'exchanges' %} class="active"{% endif %}><a href="/en/exchanges">Exchanges</a></li>{% endif %}
|
{% if page.lang == 'en' %}<li{% if page.id == 'exchanges' %} class="active"{% endif %}><a href="/en/exchanges">Exchanges</a></li>{% endif %}
|
||||||
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
|
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
|
||||||
-->
|
-->
|
||||||
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="https://www.dash.org/community/">{% translate menu-community layout %}</a></li>
|
<li{% if page.id == 'community' %} class="active"{% endif %}><a rel="noopener noreferrer" target="_blank" href="https://www.dash.org/community/">{% translate menu-community layout %}</a></li>
|
||||||
<!-- {% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %} -->
|
<!-- {% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %} -->
|
||||||
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
|
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -57,8 +57,8 @@ http://opensource.org/licenses/MIT.
|
||||||
<h2 id="wallets"><span class="fa fa-btc fa-lg"></span> Wallets</h2>
|
<h2 id="wallets"><span class="fa fa-btc fa-lg"></span> Wallets</h2>
|
||||||
<p><a href="/en/developer-guide#wallets">Wallets Guide</a></p>
|
<p><a href="/en/developer-guide#wallets">Wallets Guide</a></p>
|
||||||
<p><a href="/en/developer-reference#wallets">Wallets Reference</a></p>
|
<p><a href="/en/developer-reference#wallets">Wallets Reference</a></p>
|
||||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki"><span class="fa fa-external-link"></span> HD Wallets</a> - BIP32</p>
|
<p><a href="https://github.com/QuantumExplorer/bips/blob/master/bip-0032.mediawiki"><span class="fa fa-external-link"></span> HD Wallets</a> - BIP32</p>
|
||||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki"><span class="fa fa-external-link"></span> Mnemonic Code</a> - BIP39</p>
|
<p><a href="https://github.com/QuantumExplorer/bips/blob/master/bip-0039.mediawiki"><span class="fa fa-external-link"></span> Mnemonic Code</a> - BIP39</p>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2 id="operating_modes"><span class="fa fa-cogs fa-lg"></span> Operating Modes</h2>
|
<h2 id="operating_modes"><span class="fa fa-cogs fa-lg"></span> Operating Modes</h2>
|
||||||
<p><a href="/en/developer-guide#operating-modes">Operating Modes Guide</a></p>
|
<p><a href="/en/developer-guide#operating-modes">Operating Modes Guide</a></p>
|
||||||
|
@ -72,12 +72,12 @@ http://opensource.org/licenses/MIT.
|
||||||
<p><a href="/en/developer-examples#payment-processing">Payment Processing Examples</a></p>
|
<p><a href="/en/developer-examples#payment-processing">Payment Processing Examples</a></p>
|
||||||
-->
|
-->
|
||||||
<p><a href="https://dashpay.atlassian.net/wiki/spaces/DOC/pages/86278547/Dash+Payment+Processor"><span class="fa fa-external-link"></span> Dash Payment Processor</a></p>
|
<p><a href="https://dashpay.atlassian.net/wiki/spaces/DOC/pages/86278547/Dash+Payment+Processor"><span class="fa fa-external-link"></span> Dash Payment Processor</a></p>
|
||||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki"><span class="fa fa-external-link"></span> Payment Protocol</a> - BIP70</p>
|
<p><a href="https://github.com/QuantumExplorer/bips/blob/master/bip-0070.mediawiki"><span class="fa fa-external-link"></span> Payment Protocol</a> - BIP70</p>
|
||||||
</div><div>
|
</div><div>
|
||||||
<h2 id="mining"><span class="fa fa-puzzle-piece fa-lg"></span> Mining</h2>
|
<h2 id="mining"><span class="fa fa-puzzle-piece fa-lg"></span> Mining</h2>
|
||||||
<p><a href="/en/developer-guide#mining">Mining Guide</a></p>
|
<p><a href="/en/developer-guide#mining">Mining Guide</a></p>
|
||||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0022.mediawiki"><span class="fa fa-external-link"></span> getblocktemplate Fundamentals</a> - BIP22</p>
|
<p><a href="https://github.com/QuantumExplorer/bips/blob/master/bip-0022.mediawiki"><span class="fa fa-external-link"></span> getblocktemplate Fundamentals</a> - BIP22</p>
|
||||||
<p><a href="https://github.com/bitcoin/bips/blob/master/bip-0023.mediawiki"><span class="fa fa-external-link"></span> getblocktemplate Pooled Mining</a> - BIP23</p>
|
<p><a href="https://github.com/QuantumExplorer/bips/blob/master/bip-0023.mediawiki"><span class="fa fa-external-link"></span> getblocktemplate Pooled Mining</a> - BIP23</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -86,11 +86,11 @@ http://opensource.org/licenses/MIT.
|
||||||
<h2 id="additional-resources"><span class="fa fa-link fa-lg"></span> Additional resources</h2>
|
<h2 id="additional-resources"><span class="fa fa-link fa-lg"></span> Additional resources</h2>
|
||||||
<p><a href="https://dashpay.atlassian.net/wiki/spaces/DOC/pages/5472261/Whitepaper"><span class="fa fa-external-link"></span> Dash Whitepaper</a> - Official Wiki</p>
|
<p><a href="https://dashpay.atlassian.net/wiki/spaces/DOC/pages/5472261/Whitepaper"><span class="fa fa-external-link"></span> Dash Whitepaper</a> - Official Wiki</p>
|
||||||
<p><a href="https://github.com/dashpay/dips#readme"><span class="fa fa-external-link"></span> Dash Improvement Proposals</a> - GitHub</p>
|
<p><a href="https://github.com/dashpay/dips#readme"><span class="fa fa-external-link"></span> Dash Improvement Proposals</a> - GitHub</p>
|
||||||
<p><a href="https://dashpay.atlassian.net/wiki/spaces/DOC/pages"><span class="fa fa-external-link"></span> Dash Official Documentation</a> - Wiki</p>
|
<p><a href="https://dashpay.atlassian.net/wiki/spaces/DOC/pages"><span class="fa fa-external-link"></span> Dash Documentation</a> - Official Wiki</p>
|
||||||
<p><a href="/en/bitcoin-paper"><span class="fa fa-external-link"></span> Bitcoin: A Peer-to-Peer Electronic Cash System</a> - Satoshi Nakamoto</p>
|
<p><a href="/en/bitcoin-paper"><span class="fa fa-external-link"></span> Bitcoin: A Peer-to-Peer Electronic Cash System</a> - Satoshi Nakamoto</p>
|
||||||
<p><a href="https://github.com/bitcoin/bips#readme"><span class="fa fa-external-link"></span> Bitcoin Improvement Proposals</a> - GitHub</p>
|
<p><a href="https://github.com/QuantumExplorer/bips#readme"><span class="fa fa-external-link"></span> Bitcoin Improvement Proposals (with Dash updates)</a> - GitHub</p>
|
||||||
|
|
||||||
<p><a href="https://www.blockcypher.com/dev/dash/"><span class="fa fa-external-link"></span> BlockCypher </a> - RESTful JSON API for blockchains</p>
|
<p><a rel="noopener noreferrer" target="_blank" href="https://www.blockcypher.com/dev/dash/"><span class="fa fa-external-link"></span> RESTful JSON API for Dash</a> - BlockCypher</p>
|
||||||
<!--<p><a href="https://github.com/minium/Bitcoin-Spec"><span class="fa fa-external-link"></span> Bitcoin Developer Reference (working paper)</a> - Krzysztof Okupski</p>-->
|
<!--<p><a href="https://github.com/minium/Bitcoin-Spec"><span class="fa fa-external-link"></span> Bitcoin Developer Reference (working paper)</a> - Krzysztof Okupski</p>-->
|
||||||
<!--<p><a href="https://bitcoinj.github.io/#documentation"><span class="fa fa-external-link"></span> Bitcoinj Developer Documentation</a> - bitcoinj.org</p>-->
|
<!--<p><a href="https://bitcoinj.github.io/#documentation"><span class="fa fa-external-link"></span> Bitcoinj Developer Documentation</a> - bitcoinj.org</p>-->
|
||||||
<!--<p><a href="https://programmingblockchain.gitbooks.io/programmingblockchain/content/"><span class="fa fa-external-link"></span> The C# Bitcoin book (NBitcoin Developer Documentation)</a> - Nicolas Dorier</p>-->
|
<!--<p><a href="https://programmingblockchain.gitbooks.io/programmingblockchain/content/"><span class="fa fa-external-link"></span> The C# Bitcoin book (NBitcoin Developer Documentation)</a> - Nicolas Dorier</p>-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue