Skip to content

Commit

Permalink
Fix up some broken links to Loki (#7034)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell authored Sep 25, 2024
1 parent b994a53 commit 93fb1c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/sources/static/configuration/logs-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configured, except deprecated fields have been removed and the server_config is
not supported.

Refer to the
[Promtail documentation](/docs/loki/latest/clients/promtail/configuration/#clients)
[Promtail documentation](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/)
for the supported values for these fields.

```yaml
Expand Down Expand Up @@ -56,7 +56,7 @@ clients:
> **Note:** More information on the following types can be found on the
> documentation for Promtail:
>
> * [`promtail.client_config`](/docs/loki/latest/clients/promtail/configuration/#clients)
> * [`promtail.client_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#clients)


## file_watch_config
Expand Down Expand Up @@ -110,10 +110,10 @@ scrape_configs:
> **Note:** More information on the following types can be found on the
> documentation for Promtail:
>
> * [`promtail.client_config`](/docs/loki/latest/clients/promtail/configuration/#clients)
> * [`promtail.scrape_config`](/docs/loki/latest/clients/promtail/configuration/#scrape_configs)
> * [`promtail.target_config`](/docs/loki/latest/clients/promtail/configuration/#target_config)
> * [`promtail.limits_config`](/docs/loki/latest/clients/promtail/configuration/#limits_config)
> * [`promtail.client_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#clients)
> * [`promtail.scrape_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#scrape_configs)
> * [`promtail.target_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#target_config)
> * [`promtail.limits_config`](https://grafana.com/docs/loki/latest/send-data/promtail/configuration/#limits_config)

> **Note:** Backticks in values are not supported.

Expand Down

0 comments on commit 93fb1c1

Please sign in to comment.