diff --git a/packages/hardhat-web3/README.md b/packages/hardhat-web3/README.md index c71d11751a..43edfa49e4 100644 --- a/packages/hardhat-web3/README.md +++ b/packages/hardhat-web3/README.md @@ -54,4 +54,4 @@ module.exports = {}; And then run `npx hardhat accounts` to try it. -Read the documentation on the [Hardhat Runtime Environment](https://hardhat.org/documentation/#hardhat-runtime-environment-hre) to learn how to access the HRE in different ways to use Web3.js from anywhere the HRE is accessible. +Read the documentation on the [Hardhat Runtime Environment](https://hardhat.org/advanced/hardhat-runtime-environment.html) to learn how to access the HRE in different ways to use Web3.js from anywhere the HRE is accessible.