Skip to content

Commit

Permalink
Update to raw link (#2605)
Browse files Browse the repository at this point in the history
Currently wget downloads the html not the raw yaml
  • Loading branch information
Decad authored Sep 10, 2020
1 parent e53d203 commit 3669770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/getting-started/get-logs-into-loki.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3669770

Please sign in to comment.