From 1804516402f83637c4b09847454182309ad585b7 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 9 Sep 2019 11:30:41 -0400 Subject: [PATCH] Content - Update docs.dash.org links --- _data/glossary/en/spork.yaml | 2 +- _data/glossary/en/x11.yaml | 2 +- _includes/devdoc/guide_block_chain.md | 2 +- _includes/devdoc/guide_dash_features.md | 2 +- _includes/devdoc/ref_p2p_networking.md | 2 +- _includes/templates/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/glossary/en/spork.yaml b/_data/glossary/en/spork.yaml index 9fabc3bc..fdb114a5 100644 --- a/_data/glossary/en/spork.yaml +++ b/_data/glossary/en/spork.yaml @@ -29,6 +29,6 @@ optional: links_html_or_markdown_style_capitalize_first_letter: - "[Spork message](/en/developer-reference#spork) --- Developer Reference" - "[Multi-Phased Fork (Spork)](https://docs.dash.org/en/stable/introduction/features.html#sporks) --- Dash Documentation" - - "[Understanding Sporks](https://docs.dash.org/en/latest/developers/index.html#sporks) --- Dash Documentation" + - "[Understanding Sporks](https://docs.dash.org/en/stable/developers/index.html#sporks) --- Dash Documentation" --- diff --git a/_data/glossary/en/x11.yaml b/_data/glossary/en/x11.yaml index 0b281cdd..e9eacedc 100644 --- a/_data/glossary/en/x11.yaml +++ b/_data/glossary/en/x11.yaml @@ -21,6 +21,6 @@ optional: - The open source GUI server that provides a graphical interface to Unix/Linux users. links_html_or_markdown_style_capitalize_first_letter: - - "[X11 Hash](https://docs.dash.org/en/latest/introduction/features.html#x11-hash-algorithm) --- Dash Documentation" + - "[X11 Hash](https://docs.dash.org/en/stable/introduction/features.html#x11-hash-algorithm) --- Dash Documentation" --- diff --git a/_includes/devdoc/guide_block_chain.md b/_includes/devdoc/guide_block_chain.md index 9ce0640f..6b84abaa 100644 --- a/_includes/devdoc/guide_block_chain.md +++ b/_includes/devdoc/guide_block_chain.md @@ -130,7 +130,7 @@ The ideal value is 3600 (one hour). This method of calculating difficulty (Dark Gravity Wave) was authored by Dash creator Evan Duffield to fix exploits possible with the previously used Kimoto Gravity Well difficulty readjustment algorithm. For additional detail, -reference this [Official Documentation Dark Gravity Wave page](https://docs.dash.org/en/latest/introduction/features.html#dark-gravity-wave). +reference this [Official Documentation Dark Gravity Wave page](https://docs.dash.org/en/stable/introduction/features.html#dark-gravity-wave). Because each block header must hash to a value below the target threshold, and because each block is linked to the block that diff --git a/_includes/devdoc/guide_dash_features.md b/_includes/devdoc/guide_dash_features.md index 47723722..6b6a2a0d 100644 --- a/_includes/devdoc/guide_dash_features.md +++ b/_includes/devdoc/guide_dash_features.md @@ -222,7 +222,7 @@ for additional details. 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://docs.dash.org/en/latest/introduction/features.html#privatesend). +reference this [Official Documentation PrivateSend page](https://docs.dash.org/en/stable/introduction/features.html#privatesend). The following video provides an overview with a good introduction to the details: diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 68e433b5..44aab87a 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -3646,7 +3646,7 @@ section][section message header] for an example of a message without a payload. {% 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://docs.dash.org/en/latest/governance/index.html). +For additional details on the governance system, see this [Budget System page](https://docs.dash.org/en/stable/governance/index.html). ![Overview Of P2P Protocol Governance Request And Reply Messages](/img/dev/en-p2p-governance-messages.svg) diff --git a/_includes/templates/index.html b/_includes/templates/index.html index 3b06ed9c..06a84f95 100644 --- a/_includes/templates/index.html +++ b/_includes/templates/index.html @@ -79,7 +79,7 @@ http://opensource.org/licenses/MIT.

Additional resources

-

Dash Whitepaper - Official Wiki

+

Dash Whitepaper - Official Wiki

Dash Improvement Proposals - GitHub

Bitcoin: A Peer-to-Peer Electronic Cash System - Satoshi Nakamoto