Fix graphic link in Deployment Modes topic (#10778)

Linked to the same graphic twice by accident. Fixing the link to point
to the correct graphic file.
pull/10762/head
J Stickler 2 years ago committed by GitHub
parent 3038170aee
commit ba95f80e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/get-started/deployment-modes.md

@ -22,7 +22,7 @@ Loki’s scalable monolithic deployment mode separates execution paths into read
The scalable monolithic deployment mode can scale up to a few TBs of logs per day, however if you go much beyond this, the microservices mode will be a better choice for most users.
![Scalable monolithic mode diagram](../monolithic-mode.png "Scalable monolithic mode")
![Scalable monolithic mode diagram](../scalable-monolithic-mode.png "Scalable monolithic mode")
The three execution paths in scalable monolithic mode are each activated by appending the following arguments to Loki on startup:

Loading…
Cancel
Save