From b17b96003abf7322b228718d3a29965af5e01cce Mon Sep 17 00:00:00 2001 From: John Water Date: Wed, 2 Apr 2025 18:43:12 +0400 Subject: [PATCH] new Update 2.0.7.md --- docs/release-notes/2.0.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/2.0.7.md b/docs/release-notes/2.0.7.md index de31917c9..78ac578d2 100644 --- a/docs/release-notes/2.0.7.md +++ b/docs/release-notes/2.0.7.md @@ -11,4 +11,4 @@ Add support for custom compiler options in waffle configuration file. Example be } ``` -For detailed list of options go to [solidity documentation](https://solidity.readthedocs.io/en/v0.5.1/using-the-compiler.html#using-the-compiler) (sections: ['Setting the EVM version to target'](https://solidity.readthedocs.io/en/v0.5.1/using-the-compiler.html#setting-the-evm-version-to-target), ['Target options'](https://solidity.readthedocs.io/en/v0.5.1/using-the-compiler.html#target-options) and ['Compiler Input and Output JSON Description'](https://solidity.readthedocs.io/en/v0.5.1/using-the-compiler.html#compiler-input-and-output-json-description)). +For detailed list of options go to [solidity documentation](https://docs.soliditylang.org/en/v0.5.1/using-the-compiler.html) (sections: ['Setting the EVM version to target'](https://solidity.readthedocs.io/en/v0.5.1/using-the-compiler.html#setting-the-evm-version-to-target), ['Target options'](https://solidity.readthedocs.io/en/v0.5.1/using-the-compiler.html#target-options) and ['Compiler Input and Output JSON Description'](https://solidity.readthedocs.io/en/v0.5.1/using-the-compiler.html#compiler-input-and-output-json-description)).