Skip to content

Commit 4e11097

Browse files
committed
fix spans and events link
1 parent 9ac5195 commit 4e11097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracing/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
//! ### Emitting `log` Records
637637
//!
638638
//! This crate provides two feature flags, "log" and "log-always", which will
639-
//! cause [spans] and [events] to emit `log` records. When the "log" feature is
639+
//! cause [spans][span] and [events][event] to emit `log` records. When the "log" feature is
640640
//! enabled, if no `tracing` `Subscriber` is active, invoking an event macro or
641641
//! creating a span with fields will emit a `log` record. This is intended
642642
//! primarily for use in libraries which wish to emit diagnostics that can be
@@ -671,7 +671,7 @@
671671
//!
672672
//! The [`tracing-log`] crate provides a compatibility layer which
673673
//! allows a `tracing` [`Subscriber`] to consume `log` records as though they
674-
//! were `tracing` [events]. This allows applications using `tracing` to record
674+
//! were `tracing` [events][event]. This allows applications using `tracing` to record
675675
//! the logs emitted by dependencies using `log` as events within the context of
676676
//! the application's trace tree. See [that crate's documentation][log-tracer]
677677
//! for details.

0 commit comments

Comments
 (0)