From 1ddbf13d790c71b7b1dd760d7b2a0bfef9eef499 Mon Sep 17 00:00:00 2001 From: Owen Diehl Date: Tue, 6 Oct 2020 10:44:07 -0400 Subject: [PATCH] removes wrong capitalizations --- docs/sources/alerting/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/alerting/_index.md b/docs/sources/alerting/_index.md index 76b8d1f51f3af..4990b27f2003d 100644 --- a/docs/sources/alerting/_index.md +++ b/docs/sources/alerting/_index.md @@ -236,7 +236,7 @@ The possible configurations are listed fully in the configuration [docs](https:/ A full sharding-enabled Ruler example is: ```yaml -Ruler: +ruler: alertmanager_url: enable_alertmanager_v2: true enable_api: true @@ -260,8 +260,8 @@ The local implementation reads the rule files off of the local filesystem. This A typical local configuration might look something like: ``` - -Ruler.storage.type=local - -Ruler.storage.local.directory=/tmp/loki/rules + -ruler.storage.type=local + -ruler.storage.local.directory=/tmp/loki/rules ``` With the above configuration, the Ruler would expect the following layout: