Skip to content

Commit

Permalink
fix: add valid link in solidity compiler extra_output reference (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
An-dz authored Feb 3, 2025
1 parent e9f6841 commit 5916930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/config/solidity-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ extra_output = [
]
```

For a list of valid values, see the [Solidity docs][output-desc].
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_).

##### `bytecode_hash`

Expand Down

0 comments on commit 5916930

Please sign in to comment.