AWS documentdb documentation change
Summary
Updated link reference from absolute URL to relative path for Query Planner documentation
Security assessment
Change only modifies documentation link format without altering security content. The note about query planner hints remains unchanged in security context.
Diff
diff --git a/documentdb/latest/devguide/regexFind.md b/documentdb/latest/devguide/regexFind.md index 88d3d1d23..95ecc63cf 100644 --- a//documentdb/latest/devguide/regexFind.md +++ b//documentdb/latest/devguide/regexFind.md @@ -65 +65 @@ This query will return all documents where the `name` field contains the letter -**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).