From 890fa8ed507b85156f9c5cd4ab3b17ed4edbc785 Mon Sep 17 00:00:00 2001 From: YuBinglei Date: Mon, 13 Apr 2020 15:27:20 +0800 Subject: [PATCH] Docs: fix link to SQL data source config page (#902) * [Doc] change link in index.md The original linked file in section `Direct DB Connection` is missing, > Read how to configure SQL data source in Grafana. change it to [direct_db_datasource](https://github.com/alexanderzobnin/grafana-zabbix/blob/docs/docs/sources/configuration/direct_db_datasource.md) * rm md suffix --- docs/sources/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configuration/index.md b/docs/sources/configuration/index.md index 2958f53..ed2b249 100644 --- a/docs/sources/configuration/index.md +++ b/docs/sources/configuration/index.md @@ -58,7 +58,7 @@ Direct DB Connection allows plugin to use existing SQL data source for querying database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces amount of data transferred. -Read [how to configure](./sql_datasource) SQL data source in Grafana. +Read [how to configure](./direct_db_datasource) SQL data source in Grafana. - **Enable**: enable Direct DB Connection. - **Data Source**: Select Data Source for Zabbix history database.