From cd8e20827cad827dc6f2b9313bcffbfdd7c70887 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Mon, 1 Nov 2021 12:20:12 -0300 Subject: [PATCH] Update docs/hardhat-network/reference/README.md Co-authored-by: F. Eugene Aumson --- docs/hardhat-network/reference/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardhat-network/reference/README.md b/docs/hardhat-network/reference/README.md index 2a1e3a899f..8f693a12f6 100644 --- a/docs/hardhat-network/reference/README.md +++ b/docs/hardhat-network/reference/README.md @@ -440,7 +440,7 @@ Same as Ganache. #### `evm_setAutomine` -Enables or disables, based on the single boolean argument, the automatic mining of new blocks with each new transaction submitted to the network. You can use [`hardhat_getAutomine`](#hardhat_getautomine) to get the current value. See also [Mining Modes](../explanation/mining-modes.md). +Enables or disables, based on the single boolean argument, the automatic mining of new blocks with each new transaction submitted to the network. You can use [`hardhat_getAutomine`](#hardhat-getautomine) to get the current value. See also [Mining Modes](../explanation/mining-modes.md). #### `evm_setBlockGasLimit`