-
Notifications
You must be signed in to change notification settings - Fork 115
Update array-contains.md #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updating broken link to the correct range index page link
@jeriela : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 6f2dec1:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/cosmos-db/nosql/query/array-contains.md | Details |
articles/cosmos-db/nosql/query/array-contains.md
- Line 49, Column 40: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/cosmos-db/index-overview?source=recommendations#range-index' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
- Line 49, Column 40: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/cosmos-db/index-overview?source=recommendations#range-index' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Can you review the proposed changes? Note: The localization Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
@@ -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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this link to range index
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my inline comment for fix to the link for range index doc.
#assign:seesharprun |
Users seesharprun are already assigned. |
@@ -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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- This system function benefits from a [range index](https://learn.microsoft.com/en-us/azure/cosmos-db/index-overview?source=recommendations#range-index). | |
- This system function benefits from a [range index](../../index-overview.md#range-index). |
Updating broken link to the correct range index page link