From 2a1d8005dc22d6d268cec29f38ee15ad66dd204d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Can=20Sevin=C3=A7?= Date: Mon, 1 Nov 2021 15:13:21 +0300 Subject: [PATCH] docs: fix promtail docs links in loki installation page (#4601) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix promtail docs links in loki installation page fixes link to "syslog-reciever" and "systemd-journal" config docs Signed-off-by: Mustafa Can Sevinç * docs: fix relative links in helm docs Signed-off-by: Mustafa Can Sevinç --- docs/sources/installation/helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/helm.md b/docs/sources/installation/helm.md index 3234a96c2d401..3f37eb0af8ff0 100644 --- a/docs/sources/installation/helm.md +++ b/docs/sources/installation/helm.md @@ -129,7 +129,7 @@ spec: In order to receive and process syslog messages in Promtail, the following changes will be necessary: -* Review the [Promtail syslog-receiver configuration documentation](/docs/clients/promtail/scraping.md#syslog-receiver) +* Review the [Promtail syslog-receiver configuration documentation](../../clients/promtail/scraping/#syslog-receiver) * Configure the Promtail Helm chart with the syslog configuration added to the `extraScrapeConfigs` section and associated service definition to listen for syslog messages. For example: @@ -153,7 +153,7 @@ syslogService: In order to receive and process syslog message into Promtail, the following changes will be necessary: -* Review the [Promtail systemd-journal configuration documentation](/docs/clients/promtail/scraping.md#journal-scraping-linux-only) +* Review the [Promtail systemd-journal configuration documentation](../../clients/promtail/scraping/#journal-scraping-linux-only) * Configure the Promtail Helm chart with the systemd-journal configuration added to the `extraScrapeConfigs` section and volume mounts for the Promtail pods to access the log files. For example: