From 90f3b7c5a4b98a736b18a1c040187f1a36fdb7cc Mon Sep 17 00:00:00 2001 From: ryanycw <63644531+ryanycw@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:35:56 +0800 Subject: [PATCH 1/2] Update README.md fix link to Hardhat Runtime Environment --- packages/hardhat-web3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-web3/README.md b/packages/hardhat-web3/README.md index c71d11751a..1b3c96fb98 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#hardhat-runtime-environment-hre) to learn how to access the HRE in different ways to use Web3.js from anywhere the HRE is accessible. From 265fa6c5299345b01b383c9dca71616449d3da19 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Wed, 27 Oct 2021 11:49:52 -0300 Subject: [PATCH 2/2] Update README.md --- packages/hardhat-web3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-web3/README.md b/packages/hardhat-web3/README.md index 1b3c96fb98..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/advanced/hardhat-runtime-environment.html#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.