Skip to content

Commit e603c2a

Browse files
authored
Fix doc link to RAI pattern crate documentation (#2612)
1 parent 2914626 commit e603c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
//!
193193
//! You can find more examples showing how to use this crate [here][examples].
194194
//!
195-
//! [RAII]: https://github.com/rust-unofficial/patterns/blob/master/patterns/behavioural/RAII.md
195+
//! [RAII]: https://github.com/rust-unofficial/patterns/blob/main/src/patterns/behavioural/RAII.md
196196
//! [examples]: https://github.com/tokio-rs/tracing/tree/master/examples
197197
//!
198198
//! ### Events

0 commit comments

Comments
 (0)