From cb4bab6fd0355461f6eec4241e4db9949d890e73 Mon Sep 17 00:00:00 2001 From: Freja Roberts Date: Mon, 29 Jan 2024 14:54:22 +0100 Subject: [PATCH] chore: update issues redirect --- color-eyre/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color-eyre/src/config.rs b/color-eyre/src/config.rs index ba45b89..22b4e60 100644 --- a/color-eyre/src/config.rs +++ b/color-eyre/src/config.rs @@ -492,7 +492,7 @@ impl HookBuilder { /// /// ```rust /// color_eyre::config::HookBuilder::default() - /// .panic_section("consider reporting the bug at https://github.com/eyre-rs/eyre") + /// .panic_section("consider reporting the bug at https://github.com/eyre-rs/eyre/issues") /// .install() /// .unwrap() /// ```