From dd7f78087657af9e82a7477bd94adc30b59e1fc8 Mon Sep 17 00:00:00 2001 From: chonghe Date: Tue, 19 Sep 2023 19:48:31 +0800 Subject: [PATCH] revise link --- scripts/local_testnet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_testnet/README.md b/scripts/local_testnet/README.md index 2421307cd3..dd47a77d88 100644 --- a/scripts/local_testnet/README.md +++ b/scripts/local_testnet/README.md @@ -25,7 +25,7 @@ make make install-lcli ``` -This will build `lighthouse` and `lcli`. For `geth` and `bootnode`, go to [geth website](https://gethstore.blob.core.windows.net/builds/geth-alltools-linux-amd64-1.13.1-3f40e65c.tar.gz) and download the `Geth & Tools`. For example, to download and extract `Geth & Tools 1.13.1`: +This will build `lighthouse` and `lcli`. For `geth` and `bootnode`, go to [geth website](https://geth.ethereum.org/downloads) and download the `Geth & Tools`. For example, to download and extract `Geth & Tools 1.13.1`: ```bash cd ~