Skip to content

Commit 83bb8be

Browse files
committed
docs: fix faucet urls
1 parent 7d45761 commit 83bb8be

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_templates/sidebar-main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<li class="toctree-l1"><a class="reference external" href="https://platform-explorer.com/">Platform Explorer</a></li>
246246
<li class="toctree-l1"><a class="reference external" href="https://insight.testnet.networks.dash.org/insight/">Testnet Block
247247
Explorer</a></li>
248-
<li class="toctree-l1"><a class="reference external" href="http://faucet.testnet.networks.dash.org/">Testnet
248+
<li class="toctree-l1"><a class="reference external" href="https://faucet.testnet.networks.dash.org/">Testnet
249249
Faucet</a></li>
250250

251251
<li class="toctree-l1"><a class="reference internal" href="docs/resources/source-code.html">Source

docs/explanations/identity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Once an identity is created, its credit balance is used to pay for activity (e.g
2323
### Identity Create Process
2424

2525
:::{note}
26-
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.
26+
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.
2727
:::
2828

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

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ resources/faq
174174
resources/repository-overview
175175
Platform Explorer <https://platform-explorer.com/>
176176
Testnet Block Explorer <https://insight.testnet.networks.dash.org/insight/>
177-
Testnet Faucet <http://faucet.testnet.networks.dash.org/>
177+
Testnet Faucet <https://faucet.testnet.networks.dash.org/>
178178
JavaScript SDK <https://github.com/dashpay/platform/tree/master/packages/js-dash-sdk#readme>
179179
resources/source-code
180180
Previous Version of Docs <https://docs.dash.org/projects/platform/en/0.25.0/docs/>

docs/intro/testnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Testnet is the Dash testing network used for experimentation and evaluation of D
1212

1313
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.
1414

15-
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.
15+
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.
1616

1717
### Features
1818

docs/tutorials/create-and-fund-a-wallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Once we connect, we output the newly generated mnemonic from `client.wallet.expo
6464

6565
# Next Step
6666

67-
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.
67+
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 commit comments

Comments
 (0)