@@ -30,7 +30,7 @@ export const ConfigEditor = (props: PrometheusConfigProps) => {
|
||||
)}
|
||||
<DataSourceDescription
|
||||
dataSourceName="Prometheus"
|
||||
docsLink="https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-prometheus-data-source/"
|
||||
docsLink="https://grafana.com/docs/grafana/latest/datasources/prometheus/configure/"
|
||||
/>
|
||||
<hr className={`${styles.hrTopSpace} ${styles.hrBottomSpace}`} />
|
||||
<DataSourceHttpSettingsOverhaul
|
||||
|
||||
@@ -10,7 +10,7 @@ import { FieldValidationMessage, TextLink } from '@grafana/ui';
|
||||
* @returns
|
||||
*/
|
||||
export function docsTip(url?: string) {
|
||||
const docsUrl = 'https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-prometheus-data-source/';
|
||||
const docsUrl = 'https://grafana.com/docs/grafana/latest/datasources/prometheus/configure/';
|
||||
|
||||
return (
|
||||
<TextLink href={url ? url : docsUrl} external>
|
||||
|
||||
@@ -39,7 +39,7 @@ export const ConfigEditor = (props: Props) => {
|
||||
)}
|
||||
<DataSourceDescription
|
||||
dataSourceName="Prometheus"
|
||||
docsLink="https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-prometheus-data-source/"
|
||||
docsLink="https://grafana.com/docs/grafana/latest/datasources/prometheus/configure/"
|
||||
/>
|
||||
<hr className={`${styles.hrTopSpace} ${styles.hrBottomSpace}`} />
|
||||
<DataSourcehttpSettingsOverhaul
|
||||
|
||||
Reference in New Issue
Block a user