diff --git a/crates/iroha_core/src/smartcontracts/wasm/cache.rs b/crates/iroha_core/src/smartcontracts/wasm/cache.rs index c3cf72652ad..ac93f668726 100644 --- a/crates/iroha_core/src/smartcontracts/wasm/cache.rs +++ b/crates/iroha_core/src/smartcontracts/wasm/cache.rs @@ -12,7 +12,7 @@ use crate::{ /// Executor related things (linker initialization, module instantiation, memory free) /// takes significant amount of time in case of single peer transactions handling. -/// (https://github.com/hyperledger/iroha/issues/3716#issuecomment-2348417005). +/// (https://github.com/hyperledger-iroha/iroha/issues/3716#issuecomment-2348417005). /// So this cache is used to share `Store` and `Instance` for different transaction validation. #[derive(Default)] pub struct WasmCache<'world, 'block, 'state> { diff --git a/lychee.toml b/lychee.toml index 831024bf4ed..f2589874adb 100644 --- a/lychee.toml +++ b/lychee.toml @@ -12,6 +12,5 @@ exclude_path = [ exclude = [ "^http[s]?://127.0.0.1", "^http[s]?://localhost", - "^http[s]?://iroha", - "^https://github.com/hyperledger-iroha/iroha" + "^http[s]?://iroha" ]