Skip to content

Commit

Permalink
Merge pull request #1802 from grafana/broken-links
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
yesoreyeram authored Mar 12, 2024
2 parents c1682d8 + e3bb9d6 commit ee75ae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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](./direct_db_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.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Grafana in couple with Grafana-Zabbix plugin allows to create great dashboards.
features:

- Rich graphing features
- Select multiple metrics [by using Regex](../guides/gettingstarted/#multiple-items-on-one-graph)
- Select multiple metrics [by using Regex](../guides/#multiple-items-on-one-graph)
- Create interactive and reusable dashboards with [template variables](../guides/templating/)
- Show events on graphs with [Annotations](http://docs.grafana.org/reference/annotations/)
- Transform and shape your data with [metric processing functions](../reference/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias)
Expand Down

0 comments on commit ee75ae8

Please sign in to comment.