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 { 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 {
onMoveLeft: (func: MetricFunc) => void;