From fa188936f22d48960c362aca43413f987428d876 Mon Sep 17 00:00:00 2001 From: Nic Roland Date: Tue, 15 Oct 2019 05:24:38 -0700 Subject: [PATCH] docs(helm): fix broken link to grafana datasource (#1152) --- production/helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/README.md b/production/helm/README.md index 92499f315278..d2a3055b0e89 100644 --- a/production/helm/README.md +++ b/production/helm/README.md @@ -85,7 +85,7 @@ $ kubectl port-forward --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