Skip to content

Commit

Permalink
tracing: fix link to tracing examples in crate doc (#439)
Browse files Browse the repository at this point in the history
This fixes the link to the examples in the tracing crate doc.
  • Loading branch information
mbrobbel authored and hawkw committed Nov 22, 2019
1 parent 61c298d commit 0351738
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 @@ -162,7 +162,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
//! [examples]: https://github.com/tokio-rs/tracing/tree/master/tracing/examples
//! [examples]: https://github.com/tokio-rs/tracing/tree/master/examples
//!
//! ### Events
//!
Expand Down

0 comments on commit 0351738

Please sign in to comment.