From 3669770c07e7cf15bf63a29fd4b9af6f0f3a33b2 Mon Sep 17 00:00:00 2001 From: Declan Cook Date: Thu, 10 Sep 2020 13:16:19 +0100 Subject: [PATCH] Update to raw link (#2605) Currently wget downloads the html not the raw yaml --- docs/sources/getting-started/get-logs-into-loki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started/get-logs-into-loki.md b/docs/sources/getting-started/get-logs-into-loki.md index 27b61a96c6a8..88f56666e9a5 100644 --- a/docs/sources/getting-started/get-logs-into-loki.md +++ b/docs/sources/getting-started/get-logs-into-loki.md @@ -14,7 +14,7 @@ The following instructions should help you get started. 1. If you haven't already, download a Promtail configuration file. Keep track of where it is, because you will need to cite it when you run the binary. ``` -wget https://github.com/grafana/loki/blob/master/cmd/promtail/promtail-local-config.yaml +wget https://github.com/raw/grafana/loki/master/cmd/promtail/promtail-local-config.yaml ``` 2. Open the config file in the text editor of your choice. It should look similar to this: