From 8f38f2f238c2334b8ee03b845c3a3d0f3c798ab6 Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:47:53 +0200 Subject: [PATCH] Fix faucet URL in CLI basics documentation Updated the faucet URL in the mint request example. --- docs/builder/get-started/setup/cli-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builder/get-started/setup/cli-basics.md b/docs/builder/get-started/setup/cli-basics.md index 9d3be6ae..838df4d4 100644 --- a/docs/builder/get-started/setup/cli-basics.md +++ b/docs/builder/get-started/setup/cli-basics.md @@ -125,7 +125,7 @@ Request tokens from the public testnet faucet: miden mint --target-account --amount 1000 ``` -This sends a mint request to the [public testnet faucet](https://faucet-api.testnet.miden.io) and automatically consumes the resulting note, depositing the tokens into your account. +This sends a mint request to the [public testnet faucet](https://faucet.testnet.miden.io/) and automatically consumes the resulting note, depositing the tokens into your account. Display your balance: