Skip to content

Commit

Permalink
docs: fix faucet urls
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Jan 2, 2025
1 parent 7d45761 commit 83bb8be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _templates/sidebar-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<li class="toctree-l1"><a class="reference external" href="https://platform-explorer.com/">Platform Explorer</a></li>
<li class="toctree-l1"><a class="reference external" href="https://insight.testnet.networks.dash.org/insight/">Testnet Block
Explorer</a></li>
<li class="toctree-l1"><a class="reference external" href="http://faucet.testnet.networks.dash.org/">Testnet
<li class="toctree-l1"><a class="reference external" href="https://faucet.testnet.networks.dash.org/">Testnet
Faucet</a></li>

<li class="toctree-l1"><a class="reference internal" href="docs/resources/source-code.html">Source
Expand Down
2 changes: 1 addition & 1 deletion docs/explanations/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Once an identity is created, its credit balance is used to pay for activity (e.g
### Identity Create Process

:::{note}
On Testnet, a [test Dash faucet](https://insight.testnet.networks.dash.org/insight/) is available. It dispenses small amounts to enable all users to directly acquire the funds necessary to create an identity and username.
On Testnet, a [test Dash faucet](https://faucet.testnet.networks.dash.org/) is available. It dispenses small amounts to enable all users to directly acquire the funds necessary to create an identity and username.
:::

First, a sponsor (which could be a business, another person, or even the same user who is creating the identity) spends Dash in a transaction to create an invitation. The transaction contains one or more outputs which lock some Dash funds to establish credits within Dash platform.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ resources/faq
resources/repository-overview
Platform Explorer <https://platform-explorer.com/>
Testnet Block Explorer <https://insight.testnet.networks.dash.org/insight/>
Testnet Faucet <http://faucet.testnet.networks.dash.org/>
Testnet Faucet <https://faucet.testnet.networks.dash.org/>
JavaScript SDK <https://github.com/dashpay/platform/tree/master/packages/js-dash-sdk#readme>
resources/source-code
Previous Version of Docs <https://docs.dash.org/projects/platform/en/0.25.0/docs/>
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Testnet is the Dash testing network used for experimentation and evaluation of D

Dash Core Group provides the core Testnet infrastructure consisting of 150 masternodes running Dash Core along with the platform services that provide the [decentralized API (DAPI)](../explanations/dapi.md) and [storage (Drive)](../explanations/drive.md) functionality.

Testnet also includes a [block explorer](https://insight.testnet.networks.dash.org/insight/) for the core blockchain and a [test Dash faucet](http://faucet.testnet.networks.dash.org/) that dispenses funds to users/developers experimenting on the network.
Testnet also includes a [block explorer](https://insight.testnet.networks.dash.org/insight/) for the core blockchain and a [test Dash faucet](https://faucet.testnet.networks.dash.org/) that dispenses funds to users/developers experimenting on the network.

### Features

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/create-and-fund-a-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Once we connect, we output the newly generated mnemonic from `client.wallet.expo

# Next Step

Using the [faucet](https://testnet-faucet.dash.org/), send test funds to the "unused address" from the console output. You will need to wait until the funds are confirmed to use them. The [block explorer](https://insight.testnet.networks.dash.org/insight/) can be used to check confirmations.
Using the [faucet](https://faucet.testnet.networks.dash.org/), send test funds to the "unused address" from the console output. You will need to wait until the funds are confirmed to use them. The [block explorer](https://insight.testnet.networks.dash.org/insight/) can be used to check confirmations.

0 comments on commit 83bb8be

Please sign in to comment.