diff --git a/crates/cli/src/handler.rs b/crates/cli/src/handler.rs index ed32fa16b..37a8c7051 100644 --- a/crates/cli/src/handler.rs +++ b/crates/cli/src/handler.rs @@ -47,7 +47,7 @@ pub fn install() { } let panic_section = - "This is a bug. Consider reporting it at https://github.com/foundry-rs/foundry"; + "This is a bug. Consider reporting it at https://github.com/matter-labs/foundry-zksync"; let (panic_hook, debug_eyre_hook) = color_eyre::config::HookBuilder::default().panic_section(panic_section).into_hooks(); panic_hook.install();