Skip to content

Commit 4d2ac7f

Browse files
authored
fix: broken link in jaeger docs (open-telemetry#1786)
1 parent 79189a8 commit 4d2ac7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opentelemetry-jaeger-propagator/src/propagator.rs

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ const DEPRECATED_PARENT_SPAN: &str = "0";
1515
const TRACE_FLAG_DEBUG: TraceFlags = TraceFlags::new(0x04);
1616

1717
/// `Propagator` implements the [Jaeger propagation format].
18+
/// See [module level documentation](self#Examples) for examples.
19+
///
20+
/// [jaeger propagation format]: https://www.jaegertracing.io/docs/1.18/client-libraries/#propagation-format
1821
#[derive(Clone, Debug)]
1922
pub struct Propagator {
2023
baggage_prefix: &'static str,

0 commit comments

Comments
 (0)