From 379559645c82e7efc6460a807c2b04ef3fcf6f99 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 1a3f6d0b05..587d275438 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -193,7 +193,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