From 372c290d03e94ffe49cd0820a2674f56f48a2452 Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Thu, 31 Oct 2019 07:22:22 -0400 Subject: [PATCH] Docs: Fixed a broken link to LogQL in the docs (#20106) Signed-off-by: Joe Elliott --- docs/sources/features/datasources/loki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/loki.md b/docs/sources/features/datasources/loki.md index 0eed84c4cac..c8dea7e0d9a 100644 --- a/docs/sources/features/datasources/loki.md +++ b/docs/sources/features/datasources/loki.md @@ -102,7 +102,7 @@ The following filter types are currently supported: * `|~` line matches regular expression. * `!~` line does not match regular expression. -> Note: For more details about LogQL, Loki's query language, refer to the [documentation](https://github.com/grafana/loki/blob/master/docs/querying.md) +> Note: For more details about LogQL, Loki's query language, refer to the [documentation](https://github.com/grafana/loki/blob/master/docs/logql.md) ## Live tailing