From aad263104e54a1982cbc73f47146b401e33167d1 Mon Sep 17 00:00:00 2001 From: Steve Simpson Date: Fri, 17 Jun 2022 14:57:07 +0200 Subject: [PATCH] Fix doc links. --- .../deploying-grafana-mimir/jsonnet/configuring.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/operators-guide/deploying-grafana-mimir/jsonnet/configuring.md b/docs/sources/operators-guide/deploying-grafana-mimir/jsonnet/configuring.md index c095cbb22c5..2a53f662fcf 100644 --- a/docs/sources/operators-guide/deploying-grafana-mimir/jsonnet/configuring.md +++ b/docs/sources/operators-guide/deploying-grafana-mimir/jsonnet/configuring.md @@ -91,7 +91,7 @@ mimir { ## Ruler The ruler is an optional component and is therefore not deployed by default when using the jsonnet deployment. -For more information about the ruler, see [Grafana Mimir ruler]({{< relref "../../architecture/components/ruler/_index.md" >}}). +For more information about the ruler, see [Grafana Mimir ruler]({{< relref "../../architecture/components/ruler/index.md" >}}). It is enabled by adding the following to the `_config` section of the jsonnet: @@ -103,7 +103,7 @@ It is enabled by adding the following to the `_config` section of the jsonnet: ``` The `ruler_client_type` option must be one of: 'local', 'azure', 'aws', 's3'. -For more information about the options available for storing ruler state, see [Grafana Mimir ruler: State]({{< relref "../../architecture/components/ruler/_index.md#state" >}}). +For more information about the options available for storing ruler state, see [Grafana Mimir ruler: State]({{< relref "../../architecture/components/ruler/index.md#state" >}}). To get started, the 'local' can be used for initial testing: @@ -141,7 +141,7 @@ Note: Currently the storage credentials for `s3` and `gcs` must be manually prov ## Operational modes The ruler has two operational modes, internal and remote. By default, the jsonnet deploys the ruler using the internal operational mode. -For more information about these modes, see [Operational modes]({{< relref "../../architecture/components/ruler/_index.md#operational-modes" >}}). +For more information about these modes, see [Operational modes]({{< relref "../../architecture/components/ruler/index.md#operational-modes" >}}). To enable the remote operational mode, add the following to the jsonnet: