@@ -1,6 +1,6 @@
[role="xpack"]
[testenv="basic"]
-[[sql-index-pattern]]
+[[sql-index-patterns]]
== Index patterns
{es-sql} supports two types of patterns for matching multiple indices or tables:
@@ -12,7 +12,7 @@ SHOW COLUMNS [ FROM | IN ]? [ table identifier<1> | [ LIKE pattern<2> ] ]
<1> single table identifier or double quoted es multi index
<2> SQL LIKE pattern
-See <<sql-index-pattern, index patterns>> for more information about
+See <<sql-index-patterns, index patterns>> for more information about
patterns.
.Description
@@ -12,7 +12,7 @@ SHOW TABLES [ table identifier<1> | [ LIKE pattern<2> ] ]?
@@ -167,8 +167,8 @@ SHOW TABLES "*,-l*";
---------------+---------------
emp |BASE TABLE
employees |ALIAS
-
-// end:showTablesEsMultiIndex
+
+// end::showTablesEsMultiIndex
;
///////////////////////////////