From 887267b133738ff27a718450baaf04e8a7d8fb06 Mon Sep 17 00:00:00 2001
From: Jeff Sloyer <jsloyer@gmail.com>
Date: Mon, 20 Jan 2025 23:20:03 -0500
Subject: [PATCH] fix: broken link on monitoring page (#15478)

* fix: broken link on monitoring page

* use absolute link
---
 docs/docs/features/monitoring.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/features/monitoring.md b/docs/docs/features/monitoring.md
index c7ce817e71..64377ec073 100644
--- a/docs/docs/features/monitoring.md
+++ b/docs/docs/features/monitoring.md
@@ -68,7 +68,7 @@ After bringing down the containers with `docker compose down` and back up with `
 :::note
 To see exactly what metrics are made available, you can additionally add `8081:8081` to the server container's ports and `8082:8082` to the microservices container's ports.
 Visiting the `/metrics` endpoint for these services will show the same raw data that Prometheus collects.
-To configure these ports see [`IMMICH_API_METRICS_PORT` & `IMMICH_MICROSERVICES_METRICS_PORT`](../install/environment-variables/#general).
+To configure these ports see [`IMMICH_API_METRICS_PORT` & `IMMICH_MICROSERVICES_METRICS_PORT`](/docs/install/environment-variables/#general).
 :::
 
 ### Usage