Doc: Fix broken link in query editor and doc (#1701)
* Update query_help.md * Update FunctionEditorControls.tsx
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react';
|
|||||||
import { Icon } from '@grafana/ui';
|
import { Icon } from '@grafana/ui';
|
||||||
import { MetricFunc } from '../../types';
|
import { MetricFunc } from '../../types';
|
||||||
|
|
||||||
const DOCS_FUNC_REF_URL = 'https://alexanderzobnin.github.io/grafana-zabbix/reference/functions/';
|
const DOCS_FUNC_REF_URL = 'https://grafana.github.io/grafana-zabbix/reference/functions/';
|
||||||
|
|
||||||
export interface FunctionEditorControlsProps {
|
export interface FunctionEditorControlsProps {
|
||||||
onMoveLeft: (func: MetricFunc) => void;
|
onMoveLeft: (func: MetricFunc) => void;
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ Active triggers count for selected hosts or table data like Zabbix _System statu
|
|||||||
|
|
||||||
#### Documentation links:
|
#### Documentation links:
|
||||||
|
|
||||||
[Grafana-Zabbix Documentation](https://alexanderzobnin.github.io/grafana-zabbix)
|
[Grafana-Zabbix Documentation](https://grafana.github.io/grafana-zabbix)
|
||||||
|
|||||||
Reference in New Issue
Block a user