Update docsUrl in Prometheus DS Settings page (#98382)

This commit is contained in:
Pepe Cano 2024-12-27 17:25:56 +01:00 committed by GitHub
parent fec5c0ec19
commit e72ba20ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 (
<a href={url ? url : docsUrl} target="_blank" rel="noopener noreferrer">