From 040bdf4803274d7f4da440bec2f87b7ca6bd4750 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 6 Jan 2022 21:38:19 +0100 Subject: [PATCH] Fixed incorrect link to text panel page (#43757) (#43775) "Text panel" was linking to the "alert list panel" page: (https://grafana.com/docs/grafana/latest/visualizations/alert-list-panel/). This change should map it to the correct page now (https://grafana.com/docs/grafana/latest/visualizations/text-panel/). Co-authored-by: achatterjee-grafana (cherry picked from commit faca526c169a9a61f119b6fc2819f5a8dfff7ed7) Co-authored-by: MaukWM --- docs/sources/visualizations/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/visualizations/_index.md b/docs/sources/visualizations/_index.md index d6640f4abec..d9b8bc0d8d0 100644 --- a/docs/sources/visualizations/_index.md +++ b/docs/sources/visualizations/_index.md @@ -30,7 +30,7 @@ Grafana offers a variety of visualizations to support different use cases. This - Widgets - [Dashboard list]({{< relref "./dashboard-list-panel.md" >}}) can list dashboards. - [Alert list]({{< relref "./alert-list-panel.md" >}}) can list alerts. - - [Text panel]({{< relref "./alert-list-panel.md" >}}) can show markdown and html. + - [Text panel]({{< relref "./text-panel.md" >}}) can show markdown and html. - [News panel]({{< relref "./news-panel.md" >}}) can show RSS feeds. ## Get more