From da30df3298d8798abb6cffeab1eeca563f7498d7 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:21:25 -0400 Subject: [PATCH] docs: Add missing period to _index (#12472) (cherry picked from commit 9c841a711a163bba3937ebfbe23e13b494493994) --- 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" >}}).