Docs: fix broken Cloud docs link (#80321)

* Replaced relref with docs reference

* Removed admonition formatting so docs ref links will work
This commit is contained in:
Isabel 2024-01-11 10:46:06 -05:00 committed by GitHub
parent e1af9bcecc
commit 7c7a0b9296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/<GRAFANA VERSION>/introduction/grafana-enterprise"
[Grafana Enterprise]: "/docs/grafana-cloud/ -> /docs/grafana/<GRAFANA VERSION>/introduction/grafana-enterprise"
[enabled]: "/docs/grafana/ -> /docs/grafana/<GRAFANA VERSION>/setup-grafana/configure-grafana#public_dashboards"
[enabled]: "/docs/grafana-cloud/ -> /docs/grafana/<GRAFANA VERSION>/setup-grafana/configure-grafana#public_dashboards"
{{% /docs/reference %}}