diff --git a/sentry-core/src/metrics/mod.rs b/sentry-core/src/metrics/mod.rs index 65cd7478..96da9d4f 100644 --- a/sentry-core/src/metrics/mod.rs +++ b/sentry-core/src/metrics/mod.rs @@ -42,7 +42,7 @@ //! [`cadence`] is a popular Statsd client for Rust and can be used to send metrics to Sentry. To //! use Sentry directly with `cadence`, see the [`sentry-cadence`](crate::cadence) documentation. //! -//! [our docs]: https://develop.sentry.dev/delightful-developer-metrics/ +//! [our docs]: https://develop.sentry.dev/services/metrics/ mod normalization;