Skip to content

Commit 5916930

Browse files
authored
fix: add valid link in solidity compiler extra_output reference (#1432)
1 parent e9f6841 commit 5916930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/config/solidity-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ extra_output = [
225225
]
226226
```
227227

228-
For a list of valid values, see the [Solidity docs][output-desc].
228+
For a list of valid values, see the [Solidity docs](https://docs.soliditylang.org/en/latest/using-the-compiler.html#input-description) (search for: _The available output types are as follows_).
229229

230230
##### `bytecode_hash`
231231

0 commit comments

Comments
 (0)