diff --git a/tracing/src/lib.rs b/tracing/src/lib.rs index 49b3ffc5a5..3fe1c2b50e 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -192,7 +192,7 @@ //! //! You can find more examples showing how to use this crate [here][examples]. //! -//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/behavioural/RAII.md +//! [RAII]: https://github.com/rust-unofficial/patterns/blob/main/src/patterns/behavioural/RAII.md //! [examples]: https://github.com/tokio-rs/tracing/tree/master/examples //! //! ### Events