From 7343ebf27867d73b1bc9f6030a4d405b44d457f9 Mon Sep 17 00:00:00 2001 From: oddlittlebird <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 10 Sep 2019 10:43:21 -0700 Subject: [PATCH] Update README.md Fixed two broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cea8f90..a3103df8 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Once you have promtail, Loki, and Grafana running, continue with [our usage docs ### Documentation -- [API documentation](./docs/api.md) for alternative ways of getting logs into Loki. -- [Operations](./docs/operations.md) for important aspects of running Loki. +- [API documentation](./docs/loki/api.md) for alternative ways of getting logs into Loki. +- [Operations](./docs/loki/operations.md) for important aspects of running Loki. - [Promtail](./docs/promtail.md) is an agent which can tail your log files and push them to Loki. - [Processing Log Lines](./docs/logentry/processing-log-lines.md) for detailed log processing pipeline documentation - [Docker Logging Driver](./cmd/docker-driver/README.md) is a docker plugin to send logs directly to Loki from Docker containers. -- GitLab