diff --git a/meilisearch/src/option.rs b/meilisearch/src/option.rs index 8cca5f0ad..2d4ff2746 100644 --- a/meilisearch/src/option.rs +++ b/meilisearch/src/option.rs @@ -286,7 +286,7 @@ pub struct Opt { #[serde(default)] pub log_level: LogLevel, - /// Experimental metrics feature. For more information, see: https://github.com/meilisearch/meilisearch/discussions/3518 + /// Experimental metrics feature. For more information, see: /// /// Enables the Prometheus metrics on the `GET /metrics` endpoint. #[clap(long, env = MEILI_EXPERIMENTAL_ENABLE_METRICS)]