From 9f9e4453bcbfc9bd237a11b137bf3a519bd7820b Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 2 Jun 2023 22:52:48 +0100 Subject: [PATCH] [v10.0.x] docs: fix grafana play link (#69498) docs: fix grafana play link (#65763) * Update index.md Fixed the link for a grafana play reference * fix link text * fix wording for flow --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 5dc07dedaa89fd7db1496a5f8cad1b8ebfe65537) Co-authored-by: ashley <97468854+ansomerv@users.noreply.github.com> --- .../build-dashboards/create-dashboard-url-variables/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/dashboards/build-dashboards/create-dashboard-url-variables/index.md b/docs/sources/dashboards/build-dashboards/create-dashboard-url-variables/index.md index e1ce1cb39f2..fd9d2ab5079 100644 --- a/docs/sources/dashboards/build-dashboards/create-dashboard-url-variables/index.md +++ b/docs/sources/dashboards/build-dashboards/create-dashboard-url-variables/index.md @@ -67,7 +67,7 @@ When sharing URLs with ad hoc filters, remember to encode the URL. In the above ### Example -See [https://play.grafana.org/d/000000002/influxdb-templated?orgId=1&var-datacenter=America&var-host=All&var-summarize=1m&var-adhoc=datacenter%7C%3D%7CAmerica] - this passes the ad hoc filter variable `adhoc` with the filter value `datacenter = America`. +[This example in Grafana Play](https://play.grafana.org/d/000000002/influxdb-templated?orgId=1&var-datacenter=America&var-host=All&var-summarize=1m&var-adhoc=datacenter%7C%3D%7CAmerica) passes the ad hoc filter variable `adhoc` with the filter value `datacenter = America`. ## Controlling time range using the URL