From 96c2f48ad5db18153622804262206513e13e4e13 Mon Sep 17 00:00:00 2001 From: Gareth Date: Thu, 14 Aug 2025 10:10:02 +0100 Subject: [PATCH] Prometheus: Fix docs link in config page (#109385) fix docs link --- packages/grafana-prometheus/src/configuration/ConfigEditor.tsx | 2 +- packages/grafana-prometheus/src/configuration/shared/utils.tsx | 2 +- .../datasource/prometheus/configuration/ConfigEditorPackage.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx b/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx index 48c136895a3..2f894e4ead4 100644 --- a/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx +++ b/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx @@ -30,7 +30,7 @@ export const ConfigEditor = (props: PrometheusConfigProps) => { )}
diff --git a/public/app/plugins/datasource/prometheus/configuration/ConfigEditorPackage.tsx b/public/app/plugins/datasource/prometheus/configuration/ConfigEditorPackage.tsx index 3b061820c04..68140a80e68 100644 --- a/public/app/plugins/datasource/prometheus/configuration/ConfigEditorPackage.tsx +++ b/public/app/plugins/datasource/prometheus/configuration/ConfigEditorPackage.tsx @@ -39,7 +39,7 @@ export const ConfigEditor = (props: Props) => { )}