diff --git a/docs/sources/getting-started/get-logs-into-loki.md b/docs/sources/getting-started/get-logs-into-loki.md index b85562b887c0..cbef3f60ab5a 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://raw.githubusercontent.com/grafana/loki/master/cmd/promtail/promtail-local-config.yaml +wget https://raw.githubusercontent.com/grafana/loki/main/clients/cmd/promtail/promtail-local-config.yaml ``` 1. Open the config file in the text editor of your choice. It should look similar to this: