From 872763197eda35c4e68ac2b9df69adcb474f3638 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:44:03 +0100 Subject: [PATCH] chore: [release-2.9.x] docs: Add missing period to _index (#12473) Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- docs/sources/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 8c3871671c3a6..3428c662cd50f 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -16,4 +16,4 @@ Unlike other logging systems, Loki is built around the idea of only indexing met Log data itself is then compressed and stored in chunks in object stores such as Amazon Simple Storage Service (S3) or Google Cloud Storage (GCS), or even locally on the filesystem. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki. -For more information, see the [Loki overview]({{< relref "./get-started/overview" >}}) +For more information, see the [Loki overview]({{< relref "./get-started/overview" >}}).