Skip to content

Commit 4f075aa

Browse files
authored
Merge pull request #4669 from pcaversaccio/patch-1
Update Standard JSON Input Link
2 parents d0f6b6b + 051eee6 commit 4f075aa

File tree

1 file changed

+1
-1
lines changed
  • docs/src/content/hardhat-runner/docs/config

1 file changed

+1
-1
lines changed

docs/src/content/hardhat-runner/docs/config/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The `solidity` config is an optional field that can be one of the following:
182182

183183
- `version`: The solc version to use.
184184

185-
- `settings`: An object with the same schema as the `settings` entry in the [Input JSON](https://solidity.readthedocs.io/en/v0.7.4/using-the-compiler.html#input-description).
185+
- `settings`: An object with the same schema as the `settings` entry in the [Input JSON](https://docs.soliditylang.org/en/latest/using-the-compiler.html#input-description).
186186

187187
- An object which describes multiple compilers and their respective configurations. It contains the following:
188188

0 commit comments

Comments
 (0)