Skip to content

Commit

Permalink
Doc: Fix broken link in query editor and doc (#1701)
Browse files Browse the repository at this point in the history
* Update query_help.md

* Update FunctionEditorControls.tsx
  • Loading branch information
krisavi authored Oct 4, 2023
1 parent 4074bfa commit 43c0fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/datasource/query_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Active triggers count for selected hosts or table data like Zabbix _System statu

#### Documentation links:

[Grafana-Zabbix Documentation](https://alexanderzobnin.github.io/grafana-zabbix)
[Grafana-Zabbix Documentation](https://grafana.github.io/grafana-zabbix)

0 comments on commit 43c0fc9

Please sign in to comment.