Doc: Fix broken link in query editor and doc (#1701)

* Update query_help.md

* Update FunctionEditorControls.tsx
This commit is contained in:
Kris Avi
2023-10-04 15:35:03 +03:00
committed by GitHub
parent 4074bfafd8
commit 43c0fc9389
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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)