From 61c0ab77a26042a060c46b027778238c189e0024 Mon Sep 17 00:00:00 2001 From: knisaci Date: Tue, 28 Apr 2026 08:19:33 +1000 Subject: [PATCH] fix: update broken faucet link in launch-token guide The faucet link in the Prerequisites section pointed to /docs/tools/network-faucets which returns a 404. Updated to the correct URL: /base-chain/network-information/network-faucets Fixes #[paste your issue number here] --- docs/get-started/launch-token.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/launch-token.mdx b/docs/get-started/launch-token.mdx index bcccc57a8..b6d835a57 100644 --- a/docs/get-started/launch-token.mdx +++ b/docs/get-started/launch-token.mdx @@ -120,7 +120,7 @@ Before launching a custom developed token to production, always conduct security For detailed installation instructions, see the [Foundry documentation](https://book.getfoundry.sh/getting-started/installation). - Obtain Base Sepolia ETH for testing from the [Base Faucet](https://docs.base.org/docs/tools/network-faucets) + Obtain Base Sepolia ETH for testing from the [Base Faucet](https://docs.base.org/base-chain/network-information/network-faucets) Configure your wallet and development tools for Base testnet deployment