Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Update "This is a bug. Please report it at:" link #9191

Merged
merged 1 commit into from
Jul 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion util/panic_hook/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn set_with<F: Fn() + Send + Sync + 'static>(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) {
Expand Down