From 4f8f4cef104524ece61eb9056a85e29ec9a8dd22 Mon Sep 17 00:00:00 2001 From: Hui Kang Date: Mon, 12 Oct 2020 06:31:16 -0400 Subject: [PATCH] Doc: fix broken links in production/README.md (#2702) - point to the grafana/loki doc website Signed-off-by: Hui Kang Signed-off-by: Cyril Tovena --- production/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/production/README.md b/production/README.md index bf2d660b0eb0b..9368ee766d36f 100644 --- a/production/README.md +++ b/production/README.md @@ -39,7 +39,7 @@ To test locally, we recommend using the `docker-compose.yaml` file in this direc **Note:** When running locally, Promtail starts before Loki is ready. This can lead to the error message "Data source connected, but no labels received." After a couple seconds, Promtail will forward all newly created log messages correctly. Until this is fixed we recommend [building and running from source](#build-and-run-from-source). -For instructions on how to query Loki, see [our usage docs](../docs/logql.md). +For instructions on how to query Loki, see [our usage docs](https://grafana.com/docs/loki/latest/logql/). ## Using Helm to deploy on Kubernetes @@ -62,9 +62,9 @@ Grafana is Loki's UI. To query your logs you need to start Grafana as well: $ docker run -ti -p 3000:3000 grafana/grafana:master ``` -Grafana should now be available at http://localhost:3000/. Follow the [steps for configuring the datasource in Grafana](../docs/getting-started/grafana.md) and set the URL field to `http://host.docker.internal:3100`. +Grafana should now be available at http://localhost:3000/. Follow the [steps for configuring the datasource in Grafana](https://grafana.com/docs/loki/latest/getting-started/grafana/) and set the URL field to `http://host.docker.internal:3100`. -For instructions on how to use Loki, see [our usage docs](../docs/logql.md). +For instructions on how to use Loki, see [our usage docs](https://grafana.com/docs/loki/latest/logql/). ## Get inspired by our production setup