From 279d7ea994ba0ea1f2d122145a6d4432aa066b82 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:14:50 -0400 Subject: [PATCH] [v10.1.x] Docs: Correct broken link and update reference (#74451) Docs: Correct broken link and update reference (#74349) * Update index.md This commit addresses a broken link found in the documentation related to the "Prometheus dashboard with repeating panels". - The link provided on line 98, leading to [Prometheus dashboard with repeating panels](https://play.grafana.org/d/000000036/prometheus-repeat), appears to be no longer active. **Proposed Change**: - In order to maintain the illustrative and informative nature of the documentation, I'm suggesting we substitute the broken link with a reference to another relevant blog post or article. [How to automatically repeat rows and panels in dynamic dashboards](https://grafana.com/blog/2020/06/09/learn-grafana-how-to-automatically-repeat-rows-and-panels-in-dynamic-dashboards/) Thank you for considering this change. * Update docs/sources/panels-visualizations/configure-panel-options/index.md Thanks for the feedback and review :) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 12de22b771d92c3d4e60098c874b33d6be2877dd) Co-authored-by: Rodrigo Tavares --- .../panels-visualizations/configure-panel-options/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels-visualizations/configure-panel-options/index.md b/docs/sources/panels-visualizations/configure-panel-options/index.md index da69bc06113..6ea3f332ad7 100644 --- a/docs/sources/panels-visualizations/configure-panel-options/index.md +++ b/docs/sources/panels-visualizations/configure-panel-options/index.md @@ -95,7 +95,7 @@ You can configure Grafana to dynamically add panels or rows to a dashboard. A dy Repeating panels require variables to have one or more items selected; you cannot repeat a panel zero times to hide it. {{% /admonition %}} -To see an example of repeating panels, refer to [Prometheus dashboard with repeating panels](https://play.grafana.org/d/000000036/prometheus-repeat). +To see an example of repeating panels, refer to [this dashboard with repeating panels](https://play.grafana.org/d/testdata-repeating/testdata-repeating-panels?orgId=1). **Before you begin:**