The audit finding markdown files under project/evmbench/audits/ contain broken links in their "Code Location" sections. The links use relative paths (e.g., contracts/StablecoinDEX.sol#L234-L240) that assume the contract source code lives in the same repository.
However, the contract source code is hosted in separate repositories under the evmbench-org GitHub organization. This means the relative links don't resolve to anything and make it difficult to navigate to the referenced code.
The audit finding markdown files under
project/evmbench/audits/contain broken links in their "Code Location" sections. The links use relative paths (e.g., contracts/StablecoinDEX.sol#L234-L240) that assume the contract source code lives in the same repository.However, the contract source code is hosted in separate repositories under the evmbench-org GitHub organization. This means the relative links don't resolve to anything and make it difficult to navigate to the referenced code.