From f38d31ed6ac5a53edb0fee6a8e52fc245faec4a1 Mon Sep 17 00:00:00 2001 From: Louis Genestier Date: Sat, 14 Jan 2023 18:44:00 +0100 Subject: [PATCH] fix(docs): fix anchor links in the metrics part --- docs/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics.md b/docs/metrics.md index 7bb6383a7..480d7c6dc 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -4,7 +4,7 @@ Metrics can be used to track how Watchtower behaves over time. -To use this feature, you have to set an [API token](arguments.md#http-api-token) and [enable the metrics API](arguments.md#http-api-metrics), +To use this feature, you have to set an [API token](arguments.md#http_api_token) and [enable the metrics API](arguments.md#http_api_metrics), as well as creating a port mapping for your container for port `8080`. The metrics API endpoint is `/v1/metrics`.