From faf8e9ec6ab3357b3d7911a48168ba8f96e54427 Mon Sep 17 00:00:00 2001 From: Max Kaye Date: Mon, 23 Jul 2018 18:18:49 +1000 Subject: [PATCH] Update "This is a bug. Please report it at:" link (#9191) --- util/panic_hook/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/panic_hook/src/lib.rs b/util/panic_hook/src/lib.rs index eb355b7d3..cc7ed7ded 100644 --- a/util/panic_hook/src/lib.rs +++ b/util/panic_hook/src/lib.rs @@ -40,7 +40,7 @@ pub fn set_with(f: F) { static ABOUT_PANIC: &str = " This is a bug. Please report it at: - https://github.com/paritytech/parity/issues/new + https://github.com/paritytech/parity-ethereum/issues/new "; fn panic_hook(info: &PanicInfo) {