Skip to content

Commit 67c4898

Browse files
committed
Update documentation links in the manifest
- Add links to the manifest init.pp as requested by grafana#45 (review)
1 parent 5d8a188 commit 67c4898

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

manifests/init.pp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
#
1313
# @param [Hash] clients_config_hash
1414
# Describes how Promtail connects to multiple instances of Loki, sending logs to each.
15-
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
15+
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
1616
# for all parameters.
1717
#
1818
# @param [Hash] positions_config_hash
1919
# Describes how to save read file offsets to disk.
20-
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
20+
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
2121
# for all parameters.
2222
#
2323
# @param [Hash] scrape_configs_hash
2424
# Each scrape_config block configures how Promtail can scrape logs from a series of targets
2525
# using a specified discovery method.
26-
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
26+
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
2727
# for all parameters.
2828
#
2929
# @param [Stdlib::Absolutepath] bin_dir
@@ -41,13 +41,13 @@
4141
# @param [Optional[Hash]] server_config_hash
4242
# Configures Promtail's behavior as an HTTP server. Defaults will be used if this block
4343
# is omitted.
44-
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
44+
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
4545
# for all parameters.
4646
#
4747
# @param [Optional[Hash]] target_config_hash
4848
# Configures how tailed targets will be watched. Defaults will be used if this block
4949
# is omitted.
50-
# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md
50+
# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md
5151
# for all parameters.
5252
#
5353
# @param [Optional[Stdlib::Absolutepath]] password_file_path

0 commit comments

Comments
 (0)