From d7f656c73ad765ca06c962218c534d2bea3a98d5 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 22 Jul 2022 23:26:39 +0300 Subject: [PATCH] nit(ethers-solc): set URL to binaries.soliditylang.org (#1490) * nit(ethers-solc): set URL to binaries.soliditylang.org * Use hyperlink in ethers-solc/src/compile/mod.rs Co-authored-by: Matthias Seitz Co-authored-by: Matthias Seitz --- ethers-solc/src/compile/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-solc/src/compile/mod.rs b/ethers-solc/src/compile/mod.rs index e1b6217a..4fe6bf5a 100644 --- a/ethers-solc/src/compile/mod.rs +++ b/ethers-solc/src/compile/mod.rs @@ -431,7 +431,7 @@ impl Solc { } /// Verify that the checksum for this version of solc is correct. We check against the SHA256 - /// checksum from the build information published by binaries.soliditylang + /// checksum from the build information published by [binaries.soliditylang.org](https://binaries.soliditylang.org/) #[cfg(all(feature = "svm-solc"))] pub fn verify_checksum(&self) -> Result<()> { let version = self.version_short()?;