From c35e6e2fd397af836eb13a27389ff7bf0c1240c4 Mon Sep 17 00:00:00 2001 From: christn Date: Tue, 6 Dec 2022 12:46:00 +0800 Subject: [PATCH] Fix Dead Link to abigen test in README (#1929) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a13e15e0..9d98bb16 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Tests require the following installed: 3. [`geth`](https://github.com/ethereum/go-ethereum) In addition, it is recommended that you set the `ETHERSCAN_API_KEY` environment variable -for [the abigen via Etherscan](https://github.com/gakonst/ethers-rs/blob/master/ethers-contract/tests/abigen.rs) tests. +for [the abigen via Etherscan](https://github.com/gakonst/ethers-rs/blob/master/ethers-contract/tests/it/abigen.rs) tests. You can get one [here](https://etherscan.io/apis). ### EVM-compatible chains support