From 76dd691283a684ee3c4d9f959d44656bdb144b9a Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:43:50 -0400 Subject: [PATCH] docs: fix broken links (backport release-3.0.x) (#14362) Co-authored-by: J Stickler --- docs/sources/send-data/alloy/examples/alloy-kafka-logs.md | 1 - docs/sources/send-data/alloy/examples/alloy-otel-logs.md | 1 - docs/sources/send-data/promtail/_index.md | 2 +- docs/sources/send-data/promtail/configuration.md | 2 ++ 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/send-data/alloy/examples/alloy-kafka-logs.md b/docs/sources/send-data/alloy/examples/alloy-kafka-logs.md index 11401975b83ac..49fbafc368aec 100644 --- a/docs/sources/send-data/alloy/examples/alloy-kafka-logs.md +++ b/docs/sources/send-data/alloy/examples/alloy-kafka-logs.md @@ -392,7 +392,6 @@ Head back to where you started from to continue with the Loki documentation: [Lo For more information on Grafana Alloy, refer to the following resources: - [Grafana Alloy getting started examples](https://grafana.com/docs/alloy/latest/tutorials/) -- [Grafana Alloy common task examples](https://grafana.com/docs/alloy/latest/collect/) - [Grafana Alloy component reference](https://grafana.com/docs/alloy/latest/reference/components/) ## Complete metrics, logs, traces, and profiling example diff --git a/docs/sources/send-data/alloy/examples/alloy-otel-logs.md b/docs/sources/send-data/alloy/examples/alloy-otel-logs.md index fc7c948bdd4ea..f49a63d0abfbc 100644 --- a/docs/sources/send-data/alloy/examples/alloy-otel-logs.md +++ b/docs/sources/send-data/alloy/examples/alloy-otel-logs.md @@ -279,7 +279,6 @@ Head back to where you started from to continue with the Loki documentation: [Lo For more information on Grafana Alloy, refer to the following resources: - [Grafana Alloy getting started examples](https://grafana.com/docs/alloy/latest/tutorials/) -- [Grafana Alloy common task examples](https://grafana.com/docs/alloy/latest/collect/) - [Grafana Alloy component reference](https://grafana.com/docs/alloy/latest/reference/components/) ## Complete metrics, logs, traces, and profiling example diff --git a/docs/sources/send-data/promtail/_index.md b/docs/sources/send-data/promtail/_index.md index ec5338d4db1ef..3e6684a237709 100644 --- a/docs/sources/send-data/promtail/_index.md +++ b/docs/sources/send-data/promtail/_index.md @@ -3,7 +3,7 @@ title: Promtail agent menuTitle: Promtail description: How to use the Promtail agent to ship logs to Loki aliases: -- ../clients/promtail/ +- ../clients/promtail/ # /docs/loki/latest/clients/promtail/ weight: 200 --- # Promtail agent diff --git a/docs/sources/send-data/promtail/configuration.md b/docs/sources/send-data/promtail/configuration.md index 47f59aeb3206b..9801a1ac58f77 100644 --- a/docs/sources/send-data/promtail/configuration.md +++ b/docs/sources/send-data/promtail/configuration.md @@ -2,6 +2,8 @@ title: Configure Promtail menuTitle: Configuration reference description: Configuration parameters for the Promtail agent. +aliases: +- ../../clients/promtail/configuration/ # /docs/loki/latest/clients/promtail/configuration/ weight: 200 ---