From ef2ca5badf84f365764f70f24d9ba8eb1b65c0bd 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 5b85cb0b6b..eb4cf1254d 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