Skip to content

Commit a828f3d

Browse files
committed
Fix final link, clarify where reference docs live
1 parent 300c492 commit a828f3d

File tree

1 file changed

+7
-2
lines changed
  • explore-analyze/query-filter/languages

1 file changed

+7
-2
lines changed

explore-analyze/query-filter/languages/sql.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ No external parts
2828
Lightweight and efficient
2929
: Elasticsearch SQL does not abstract {{es}} and its search capabilities - on the contrary, it embraces and exposes SQL to allow proper full-text search, in real-time, in the same declarative, succinct fashion.
3030

31-
The following chapters aim to cover everything from usage, to syntax and drivers. Experienced users might want to jump directly to the list of SQL [commands](elasticsearch://reference/query-languages/sql/sql-commands.md) and [functions](elasticsearch://reference/query-languages/sql/sql-functions.md).
3231

33-
[Overview](elasticsearch://reference/query-languages/sql/sql.md)
32+
## Reference documentation
33+
34+
:::{note}
35+
This overview page is in the Explore & Analyze section. All of the {{es}} SQL documentation lives in the **Reference** section.
36+
:::
37+
38+
[Overview](elasticsearch://reference/query-languages/sql.md)
3439
: Overview of Elasticsearch SQL and its features.
3540

3641
[Getting Started](elasticsearch://reference/query-languages/sql/sql-getting-started.md)

0 commit comments

Comments
 (0)