From 248b442ca36c290030b325b4ae9ee0752f85db7d Mon Sep 17 00:00:00 2001 From: Leon Sorokin Date: Sat, 17 Jul 2021 00:45:36 -0500 Subject: [PATCH] Docs: fix link to status-history on visualizations index page (#36873) --- docs/sources/panels/visualizations/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels/visualizations/_index.md b/docs/sources/panels/visualizations/_index.md index ef8151b1878..45e4b69ec35 100644 --- a/docs/sources/panels/visualizations/_index.md +++ b/docs/sources/panels/visualizations/_index.md @@ -10,7 +10,7 @@ Grafana offers a variety of visualizations to support different use cases. This * Graphs & charts * [Time series]({{< relref "./time-series/_index.md" >}}) is the default and main Graph visualization. * [State timeline]({{< relref "./state-timeline.md" >}}) for state changes over time. - * [Status history]({{< relref "./state-timeline.md" >}}) for periodic state over time. + * [Status history]({{< relref "./status-history.md" >}}) for periodic state over time. * [Bar chart]({{< relref "./bar-chart.md" >}}) shows any categorical data. * [Histogram]({{< relref "./histogram.md" >}}) calculates and shows value distribution in a bar chart. * [Heatmap]({{< relref "./heatmap.md" >}}).