From 72a96569b2274238985a4eccacf0ba5c2b79e7f8 Mon Sep 17 00:00:00 2001 From: Markus Bergkvist Date: Sat, 15 May 2021 01:16:52 +0200 Subject: [PATCH] tracing: Fix link to RAII pattern document (#1398) ## Motivation The RAII pattern documentation has been moved. ## Solution Update the link to the document. --- 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 2dc9b86c3f..9870e320e7 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -196,7 +196,7 @@ //! //! You can find more examples showing how to use this crate [here][examples]. //! -//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/RAII.md +//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/behavioural/RAII.md //! [examples]: https://github.com/tokio-rs/tracing/tree/master/examples //! //! ### Events