From 6f2dec1afd3e73c5982a66a1a4ab922678fa81bd Mon Sep 17 00:00:00 2001 From: jeriela <117852934+jeriela@users.noreply.github.com> Date: Wed, 28 May 2025 16:27:14 -0400 Subject: [PATCH] Update array-contains.md Updating broken link to the correct range index page link --- articles/cosmos-db/nosql/query/array-contains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/cosmos-db/nosql/query/array-contains.md b/articles/cosmos-db/nosql/query/array-contains.md index b20f2ec78e..c149c5d0fa 100644 --- a/articles/cosmos-db/nosql/query/array-contains.md +++ b/articles/cosmos-db/nosql/query/array-contains.md @@ -46,7 +46,7 @@ The following example illustrates how to check for specific values or objects in ## Remarks -- This system function benefits from a [range index](../../index-policy.md#includeexclude-strategy). +- This system function benefits from a [range index](https://learn.microsoft.com/en-us/azure/cosmos-db/index-overview?source=recommendations#range-index). ## Related content