From 376f9ab6821c820c2cf2eda76953eaa9969746a3 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:20:23 -0500 Subject: [PATCH] nixos/opentelemetry-collector: fix documentation link formatting --- nixos/modules/services/monitoring/opentelemetry-collector.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/opentelemetry-collector.nix b/nixos/modules/services/monitoring/opentelemetry-collector.nix index 55502a77366b..125dec00b6cf 100644 --- a/nixos/modules/services/monitoring/opentelemetry-collector.nix +++ b/nixos/modules/services/monitoring/opentelemetry-collector.nix @@ -32,7 +32,7 @@ in description = '' Specify the configuration for Opentelemetry Collector in Nix. - See https://opentelemetry.io/docs/collector/configuration/ for available options. + See for available options. ''; };