From ed166b2e00ef6ac9c1b1a6a6ecdf3fd7b17d121f Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:55:38 -0500 Subject: [PATCH] docs: updates broken links (#75167) * updates link * reverts back to relref * adds docs reference link --- docs/sources/fundamentals/timeseries-dimensions/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sources/fundamentals/timeseries-dimensions/index.md b/docs/sources/fundamentals/timeseries-dimensions/index.md index e7d2382283f..b36cd5f0d0e 100644 --- a/docs/sources/fundamentals/timeseries-dimensions/index.md +++ b/docs/sources/fundamentals/timeseries-dimensions/index.md @@ -101,9 +101,13 @@ For more information, see the documentation on [creating alerts with multiple se In the case of SQL-like data sources, more than one numeric column can be selected, with or without additional string columns to be used as dimensions. For example, `AVG(Temperature) AS AvgTemp, MAX(Temperature) AS MaxTemp`. This, if combined with multiple dimensions, can result in a lot of series. Selecting multiple values is currently only designed to be used with visualization. -Additional technical information on tabular time series formats and how dimensions are extracted can be found in [the developer documentation on data frames as time series]({{< relref "../../developers/plugins/introduction-to-plugin-development/data-frames#data-frames-as-time-series" >}}). +Additional technical information on tabular time series formats and how dimensions are extracted can be found in [the developer documentation on data frames as time series][data-frames-as-time-series]. {{% docs/reference %}} + +[data-frames-as-time-series]: "/docs/grafana/ -> /docs/grafana//developers/plugins/introduction-to-plugin-development/data-frames#data-frames-as-time-series" +[data-frames-as-time-series]: "/docs/grafana-cloud/ -> /docs/grafana//developers/plugins/introduction-to-plugin-development/data-frames#data-frames-as-time-series" + [create-grafana-managed-rule]: "/docs/grafana/ -> /docs/grafana//alerting/alerting-rules/create-grafana-managed-rule#single-and-multi-dimensional-rule" [create-grafana-managed-rule]: "/docs/grafana-cloud/ -> /docs/grafana//alerting/alerting-rules/create-grafana-managed-rule#single-and-multi-dimensional-rule"