From 7c7a0b929615f941835896a62d309204627a6a68 Mon Sep 17 00:00:00 2001 From: Isabel <76437239+imatwawana@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:46:06 -0500 Subject: [PATCH] Docs: fix broken Cloud docs link (#80321) * Replaced relref with docs reference * Removed admonition formatting so docs ref links will work --- docs/sources/dashboards/assess-dashboard-usage/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/sources/dashboards/assess-dashboard-usage/index.md b/docs/sources/dashboards/assess-dashboard-usage/index.md index 4c28d254240..4f451a66d48 100644 --- a/docs/sources/dashboards/assess-dashboard-usage/index.md +++ b/docs/sources/dashboards/assess-dashboard-usage/index.md @@ -60,11 +60,7 @@ Dashboard insights show the following information: {{< figure src="/static/img/docs/enterprise/dashboard_insights_stats.png" max-width="400px" class="docs-image--no-shadow" alt="Stats tab" >}}{{< figure src="/static/img/docs/enterprise/dashboard_insights_users.png" max-width="400px" class="docs-image--no-shadow" alt="Users and activity tab" >}} -{{% admonition type="note" %}} - -If public dashboards are [enabled]({{< relref "../../setup-grafana/configure-grafana/#public_dashboards" >}}), you'll also see a **Public dashboards** tab in your analytics. - -{{% /admonition %}} +If public dashboards are [enabled][], you'll also see a **Public dashboards** tab in your analytics. ### Data source insights @@ -146,4 +142,7 @@ You can click the previous links to download the respective dashboard JSON, then [Grafana Enterprise]: "/docs/grafana/ -> /docs/grafana//introduction/grafana-enterprise" [Grafana Enterprise]: "/docs/grafana-cloud/ -> /docs/grafana//introduction/grafana-enterprise" + +[enabled]: "/docs/grafana/ -> /docs/grafana//setup-grafana/configure-grafana#public_dashboards" +[enabled]: "/docs/grafana-cloud/ -> /docs/grafana//setup-grafana/configure-grafana#public_dashboards" {{% /docs/reference %}}