Skip to content

Commit f33eba7

Browse files
committed
Update a link to OpenSearch exists
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent ad27d93 commit f33eba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dev/opensearch-nested-field-subquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Let’s go though the use cases find out how to translate the SQL to DSL.
99

1010
### **1. EXISTS**
1111

12-
If the SQL doesn’t have condition in the subquery, the [OpenSearch exists](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/query-dsl-exists-query.html) could be used to translate the SQL to DSL.
12+
If the SQL doesn’t have condition in the subquery, the [OpenSearch exists](https://docs.opensearch.org/latest/query-dsl/term/exists) could be used to translate the SQL to DSL.
1313

1414
```
1515
SELECT e.name AS employeeName

0 commit comments

Comments
 (0)