From e9a649bf8fb5c69009adb3a3a6115e306d69e0c5 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 7 Apr 2023 18:06:03 +0200 Subject: [PATCH] [v9.3.x] fixed broken links (#66177) fixed broken links (#66153) (cherry picked from commit ce00465d9be2987d557a19cf704a31f4a1405826) Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com> --- docs/sources/datasources/loki/query-editor/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/loki/query-editor/index.md b/docs/sources/datasources/loki/query-editor/index.md index 9beeea1ca21..9a2b1f95d51 100644 --- a/docs/sources/datasources/loki/query-editor/index.md +++ b/docs/sources/datasources/loki/query-editor/index.md @@ -14,7 +14,7 @@ weight: 300 # Loki query editor -The Loki data source's query editor helps you create [log]({{< relref "#create-a-logs-query" >}}) and [metric]({{< relref "#create-a-metrics-query" >}}) queries that use Loki's query language, [LogQL](/docs/loki/latest/logql/). +The Loki data source's query editor helps you create [log]({{< relref "#create-a-log-query" >}}) and [metric]({{< relref "#create-a-metric-query" >}}) queries that use Loki's query language, [LogQL](/docs/loki/latest/logql/). This topic explains querying specific to the Loki data source. For general documentation on querying data sources in Grafana, see [Query and transform data]({{< relref "../../../panels-visualizations/query-transform-data" >}}).