From 77ee6059486c56c19aa5b2949a56d8629dce023f Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:19:55 -0500 Subject: [PATCH] nixos/prometheus: fix documentation link formatting --- .../services/monitoring/prometheus/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix index ea2b11e6cf66..d906a3c82296 100644 --- a/nixos/modules/services/monitoring/prometheus/default.nix +++ b/nixos/modules/services/monitoring/prometheus/default.nix @@ -546,7 +546,7 @@ let authentication_method = mkDefOpt (types.enum [ "OAuth" "ManagedIdentity" ]) "OAuth" '' The authentication method, either OAuth or ManagedIdentity. - See https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview + See ''; subscription_id = mkOption { @@ -973,8 +973,8 @@ let ) ) '' Optional label and field selectors to limit the discovery process to a subset of available resources. - See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/ - and https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ to learn more about the possible + See + and to learn more about the possible filters that can be used. Endpoints role supports pod, service and endpoints selectors, other roles only support selectors matching the role itself (e.g. node role can only contain node selectors). @@ -1210,7 +1210,7 @@ let type = types.str; description = '' Puppet Query Language (PQL) query. Only resources are supported. - https://puppet.com/docs/puppetdb/latest/api/query/v4/pql.html + ''; }; @@ -1238,12 +1238,12 @@ let access_key = mkOption { type = types.str; description = '' - Access key to use. https://console.scaleway.com/project/credentials + Access key to use. ''; }; secret_key = mkOpt types.str '' - Secret key to use when listing targets. https://console.scaleway.com/project/credentials + Secret key to use when listing targets. It is mutually exclusive with `secret_key_file`. '';