From 71271ea5f451bf15f8d183985b84f82b89b5a6c6 Mon Sep 17 00:00:00 2001 From: john159753 Date: Tue, 19 May 2020 15:18:58 -0500 Subject: [PATCH] Docs: The URL variables url returned a 404 on Data Links page (#24870) * The URL variables link returned a 404 Im not quite sure if what i put down is the right syntax - but im trying to help and get that link updated to https://grafana.com/docs/grafana/latest/variables/url-variables/ * Update docs/sources/linking/data-links.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> --- docs/sources/linking/data-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/linking/data-links.md b/docs/sources/linking/data-links.md index 3d242ebfdb1..74dcc7fe6a0 100644 --- a/docs/sources/linking/data-links.md +++ b/docs/sources/linking/data-links.md @@ -22,7 +22,7 @@ Stat, Gauge, or Bar Gauge you can click anywhere on the visualization to open th 1. Enter a **Title**. **Title** is a human-readable label for the link that will be displayed in the UI. 1. Enter the **URL** you want to link to. - You can even add one of the template variables defined in the dashboard. Press Ctrl+Space or Cmd+Space and click in the **URL** field to see the available variables. By adding template variables to your panel link, the link sends the user to the right context, with the relevant variables already set. For more information, refer to [URL variables](../variables/url-variables.md) + You can even add one of the template variables defined in the dashboard. Press Ctrl+Space or Cmd+Space and click in the **URL** field to see the available variables. By adding template variables to your panel link, the link sends the user to the right context, with the relevant variables already set. For more information, refer to [URL variables]({{< relref "../variables/url-variables.md" >}}). 1. If you want the link to open in a new tab, then select **Open in a new tab**. 1. Click **Save** to save changes and close the window.