Monitoring docs: Fixed link
diff --git a/docs/modules/ROOT/pages/observability/monitoring.adoc b/docs/modules/ROOT/pages/observability/monitoring.adoc
index a3d7bf2..1746231 100644
--- a/docs/modules/ROOT/pages/observability/monitoring.adoc
+++ b/docs/modules/ROOT/pages/observability/monitoring.adoc
@@ -79,7 +79,7 @@
 [[instrumentation]]
 == Instrumentation
 
-The xref:traits/pages/prometheus.adoc[Prometheus trait] automates the configuration of integration pods to expose a _metrics_ endpoint, that can be discovered and scrapped by a Prometheus server.
+The xref:traits:prometheus.adoc[Prometheus trait] automates the configuration of integration pods to expose a _metrics_ endpoint, that can be discovered and scrapped by a Prometheus server.
 
 The Prometheus trait can be enabled when running an integration, e.g.:
 
@@ -141,7 +141,7 @@
 $ kamel run -t prometheus.service-monitor=false ...
 ```
 
-More information can be found in the xref:traits/pages/prometheus.adoc[Prometheus trait] documentation.
+More information can be found in the xref:traits:prometheus.adoc[Prometheus trait] documentation.
 
 The Prometheus Operator https://github.com/coreos/prometheus-operator/blob/v0.38.0/Documentation/user-guides/getting-started.md#related-resources[getting started] guide documents the discovery mechanism, as well as the relationship between the operator resources.