From e603c2a254d157a25a7a1fbfd4da46ad7e05f555 Mon Sep 17 00:00:00 2001 From: John Gillott <8356592+johngillott@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:17:08 +0100 Subject: [PATCH] Fix doc link to RAI pattern crate documentation (#2612) --- tracing/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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