Skip to content

Commit 6ae66bb

Browse files
Update docs/reference/esql.md
Co-authored-by: Marci W <[email protected]>
1 parent f135fe4 commit 6ae66bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/esql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are two ways to use ES|QL in the Ruby client:
1414
* Use the Elasticsearch [ES|QL API](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-esql) directly: This is the most flexible approach, but it’s also the most complex because you must handle results in their raw form. You can choose the precise format of results, such as JSON, CSV, or text.
1515
* Use the Ruby ES|QL helper: The helper maps the raw response to an object that’s more readily usable by your application.
1616

17-
There is also a gem which can help you build ES|QL queries with Ruby code, [elastic-esql](#esql-ruby).
17+
You can also try the [`elastic-esql`](#esql-ruby) gem, which helps you build ES|QL queries with Ruby.
1818

1919
## ES|QL API [esql-how-to]
2020

0 commit comments

Comments
 (0)