Skip to content

Commit

Permalink
Fix doc link to RAI pattern crate documentation (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngillott authored and hawkw committed Jun 19, 2023
1 parent 130c65a commit 3b5b5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b5b5c9

Please sign in to comment.