From 5f103aaeccb9ce6dfadbb733f0e919731620eef3 Mon Sep 17 00:00:00 2001 From: Justin Toh Date: Fri, 20 Nov 2020 20:25:45 +0800 Subject: [PATCH] docs: Fix "time duration" link (#8209) Signed-off-by: Justin Toh --- docs/querying/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/basics.md b/docs/querying/basics.md index 8a8760fca..7a26910d7 100644 --- a/docs/querying/basics.md +++ b/docs/querying/basics.md @@ -146,7 +146,7 @@ syntax](https://github.com/google/re2/wiki/Syntax). Range vector literals work like instant vector literals, except that they select a range of samples back from the current instant. Syntactically, a [time -duration](#time_durations) is appended in square brackets (`[]`) at the end of a +duration](#time-durations) is appended in square brackets (`[]`) at the end of a vector selector to specify how far back in time values should be fetched for each resulting range vector element.