From 9c19b0f5482f23c121780eb84d81cc451dba82f4 Mon Sep 17 00:00:00 2001 From: "W.T. Chang" <1546333+wtchangdm@users.noreply.github.com> Date: Mon, 2 May 2022 21:51:28 +0800 Subject: [PATCH] Fix broken link on deployment-modes.md (#6068) The configuration link should go another parent level further in order to get `docs/loki/latest/configuration/`, currently it points to `docs/loki/latest/fundamentals/configuration/`. --- docs/sources/fundamentals/architecture/deployment-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/fundamentals/architecture/deployment-modes.md b/docs/sources/fundamentals/architecture/deployment-modes.md index b35dae81f5..151d31a7cd 100644 --- a/docs/sources/fundamentals/architecture/deployment-modes.md +++ b/docs/sources/fundamentals/architecture/deployment-modes.md @@ -35,7 +35,7 @@ as well as for small read/write volumes of up to approximately 100GB per day. Horizontally scale up a monolithic mode deployment to more instances by using a shared object store, and by configuring the -[`memberlist_config` section](../../configuration/#memberlist_config) +[`memberlist_config` section](../../../configuration/#memberlist_config) to share state between all instances. High availability can be configured by running two Loki instances