Skip to content

Commit

Permalink
Doc: fix broken links in production/README.md (grafana#2702)
Browse files Browse the repository at this point in the history
- point to the grafana/loki doc website

Signed-off-by: Hui Kang <kangh@us.ibm.com>
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
huikang authored and cyriltovena committed Oct 21, 2020
1 parent fed4834 commit 4f8f4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 4f8f4ce

Please sign in to comment.