From e72ba20ff66206f064736b41f7ffdc14da9ff08c Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:25:56 +0100 Subject: [PATCH] Update `docsUrl` in Prometheus DS Settings page (#98382) --- packages/grafana-prometheus/src/configuration/ConfigEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx b/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx index 534db5f1e2d..8c46b9a7244 100644 --- a/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx +++ b/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx @@ -62,7 +62,7 @@ export const ConfigEditor = (props: PrometheusConfigProps) => { * @returns */ export function docsTip(url?: string) { - const docsUrl = 'https://grafana.com/docs/grafana/latest/datasources/prometheus/#configure-the-data-source'; + const docsUrl = 'https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-prometheus-data-source/'; return (