From 4e3c6ebada19311e9dbd60cc9f3219d48cdf5066 Mon Sep 17 00:00:00 2001 From: Declan Cook Date: Wed, 9 Sep 2020 11:56:32 +0100 Subject: [PATCH] Update to raw link 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 27b61a96c6a85..88f56666e9a5b 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://raw.githubusercontent.com/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: