From c06c06ba992b304958e35f6cdb030f23df723d54 Mon Sep 17 00:00:00 2001 From: Tom Granot-Scalosub <tomgs@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:11:14 +0300 Subject: [PATCH] Changing "Usage" link in main readme after docs change Possibly more links are broken? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 998eeb0b..9cea8f90 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Once you have promtail, Loki, and Grafana running, continue with [our usage docs - [Logcli](./docs/logcli.md) on how to query your logs without Grafana. - [Loki Canary](./docs/canary/README.md) for monitoring your Loki installation for missing logs. - [Troubleshooting](./docs/troubleshooting.md) for help around frequent error messages. -- [Usage](./docs/usage.md) for how to set up a Loki datasource in Grafana and query your logs. +- [Usage](./docs/querying.md) for how to set up a Loki datasource in Grafana and query your logs. ## Getting Help -- GitLab