chore: update issues redirect

This commit is contained in:
Freja Roberts 2024-01-29 14:54:22 +01:00
parent 8ebc308a0a
commit cb4bab6fd0

View File

@ -492,7 +492,7 @@ impl HookBuilder {
/// ///
/// ```rust /// ```rust
/// color_eyre::config::HookBuilder::default() /// 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() /// .install()
/// .unwrap() /// .unwrap()
/// ``` /// ```