From 08de38b70034109cdf199b5e30486b0964cc1c20 Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Thu, 7 Apr 2022 09:06:32 +0400 Subject: [PATCH] Api docs: fix link to time durations Signed-off-by: Ted Robertson <10043369+tredondo@users.noreply.github.com> --- docs/querying/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/api.md b/docs/querying/api.md index e3a8af7872..11c0ae9a2c 100644 --- a/docs/querying/api.md +++ b/docs/querying/api.md @@ -55,7 +55,7 @@ timestamps are always represented as Unix timestamps in seconds. * ``: Prometheus [time series selectors](basics.md#time-series-selectors) like `http_requests_total` or `http_requests_total{method=~"(GET|POST)"}` and need to be URL-encoded. -* ``: [Prometheus duration strings](basics.md#time_durations). +* ``: [Prometheus duration strings](basics.md#time-durations). For example, `5m` refers to a duration of 5 minutes. * ``: boolean values (strings `true` and `false`).