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/`.
pull/6074/head
W.T. Chang 4 years ago committed by GitHub
parent 8cd4694adb
commit 9c19b0f548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save