AWS documentdb documentation change
Summary
Updated link reference from absolute URL to relative path for Query Planner documentation
Security assessment
Identical to regexFind.md change - only updates documentation link format without security implications. The note about query planner hints remains unchanged.
Diff
diff --git a/documentdb/latest/devguide/regexFindAll.md b/documentdb/latest/devguide/regexFindAll.md index 06dd83477..28e342203 100644 --- a//documentdb/latest/devguide/regexFindAll.md +++ b//documentdb/latest/devguide/regexFindAll.md @@ -97 +97 @@ The following example demonstrates how to use the `$regexFindAll` operator to ex -**Note:** If your query is using Amazon DocumentDB planner version 1, you must use a hint to utilize an index. Without a hint, the query may perform a collection scan. To check your planner version and learn more about using hints, see the [Amazon DocumentDB Query Planner documentation](https://docs.aws.amazon.com/documentdb/latest/devguide/query-planner.html). +**Note:** If your query is using Amazon DocumentDB planner version 1, you must use a hint to utilize an index. Without a hint, the query may perform a collection scan. To check your planner version and learn more about using hints, see [Query planner v2](./query-planner.html).