Skip to content

Commit

Permalink
docs(helm): fix broken link to grafana datasource (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicr9 authored and cyriltovena committed Oct 15, 2019
1 parent bb2b925 commit fa18893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ kubectl port-forward --namespace <YOUR-NAMESPACE> service/loki-grafana 3000:80
```

Navigate to http://localhost:3000 and login with `admin` and the password output above.
Then follow the [instructions for adding the loki datasource](/docs/querying.md#grafana), using the URL `http://loki:3100/`.
Then follow the [instructions for adding the loki datasource](/docs/getting-started/grafana.md), using the URL `http://loki:3100/`.

## Run Loki behind https ingress

Expand Down

0 comments on commit fa18893

Please sign in to comment.