From db07b55108ebf5d1613dd1656a4c59e3c53ccfbd Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Thu, 21 Aug 2025 15:23:02 +0300 Subject: [PATCH] docs: fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75cfafdbc..3170d0320 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Both `native` and `docker-compose` runners will serve the following services lis **Note:** Only APIs intended for the end-user are listed here. For a full list of services, please refer to respective `docker-compose` files. - **[Aptos REST API](https://api.devnet.aptoslabs.com/v1/spec#/)**: `0.0.0.0:30731` -- **[Aptos Faucet API](https://aptos.dev/apis/#faucet-api-only-testnetdevnet)**: `0.0.0.0:30732` +- **[Aptos Faucet API](https://aptos.dev/build/apis/faucet-api)**: `0.0.0.0:30732` ## Node Operation For node operation guides, please begin with the manual [node operation docs](./docs/movement-node/run/manual/README.md).