From 8df65a9c1d1ee079a3ad5f54877ebc2b802e80fd Mon Sep 17 00:00:00 2001 From: xingzihai <1315258019@qq.com> Date: Wed, 1 Apr 2026 17:35:48 +0000 Subject: [PATCH] docs: fix broken nonroot link in prometheus.exporter.cadvisor (#5964) The link to the nonroot documentation page was incorrectly using 3 levels of parent directory traversal instead of 4. This caused the link to resolve to /docs/alloy/latest/reference/configure/nonroot/ instead of the correct /docs/alloy/latest/configure/nonroot/. Fixes #5964 --- .../components/prometheus/prometheus.exporter.cadvisor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/components/prometheus/prometheus.exporter.cadvisor.md b/docs/sources/reference/components/prometheus/prometheus.exporter.cadvisor.md index 7839dcf142b..33cc049d548 100644 --- a/docs/sources/reference/components/prometheus/prometheus.exporter.cadvisor.md +++ b/docs/sources/reference/components/prometheus/prometheus.exporter.cadvisor.md @@ -80,7 +80,7 @@ For Docker, grant permissions using one of these approaches: For more information about running {{< param "PRODUCT_NAME" >}} without root privileges, refer to [Configure {{< param "PRODUCT_NAME" >}} to run as a nonroot user][nonroot]. -[nonroot]: ../../../configure/nonroot/ +[nonroot]: ../../../../configure/nonroot/ {{< /tab-content >}} {{< tab-content name="Kubernetes" >}}