diff --git a/opentelemetry/src/common.rs b/opentelemetry/src/common.rs index 638daa9a5d..755035eec9 100644 --- a/opentelemetry/src/common.rs +++ b/opentelemetry/src/common.rs @@ -6,9 +6,9 @@ use std::hash::{Hash, Hasher}; /// The key part of attribute [KeyValue] pairs. /// -/// See the [attribute naming] spec for guidelines. +/// See the [naming] spec for guidelines. /// -/// [attribute naming]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/attribute-naming.md +/// [naming]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/naming.md #[non_exhaustive] #[derive(Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] pub struct Key(OtelString);