From b9b5adfe62c954a4af468a9648cd5dab894b831f Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Fri, 6 Aug 2021 21:54:44 -0600 Subject: [PATCH] Rename links Signed-off-by: Levi Harrison --- docs/querying/basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/querying/basics.md b/docs/querying/basics.md index 8c66c5362..f4c176ed7 100644 --- a/docs/querying/basics.md +++ b/docs/querying/basics.md @@ -210,7 +210,7 @@ can be specified: rate(http_requests_total[5m] offset -1w) This feature is enabled by setting `--enable-feature=promql-negative-offset` -flag. See [disabled features](../disabled_features.md) for more details about +flag. See [feature flags](../feature_flags.md) for more details about this flag. ### @ modifier @@ -251,7 +251,7 @@ These 2 queries will produce the same result. This modifier is disabled by default since it breaks the invariant that PromQL does not look ahead of the evaluation time for samples. It can be enabled by setting -`--enable-feature=promql-at-modifier` flag. See [disabled features](../disabled_features.md) for more details about this flag. +`--enable-feature=promql-at-modifier` flag. See [feature flags](../feature_flags.md) for more details about this flag. Additionally, `start()` and `end()` can also be used as values for the `@` modifier as special values.