mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update docsUrl
in Prometheus DS Settings page (#98382)
This commit is contained in:
parent
fec5c0ec19
commit
e72ba20ff6
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user