From 43f80fa82b8a69763665bb45744703bd063e2d19 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 4 Sep 2018 19:05:21 +0300 Subject: [PATCH] DOCS: Fix anchor and example typos --- docs/reference/sql/language/index-patterns.asciidoc | 2 +- docs/reference/sql/language/syntax/show-columns.asciidoc | 2 +- docs/reference/sql/language/syntax/show-tables.asciidoc | 2 +- x-pack/qa/sql/src/main/resources/docs.csv-spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/sql/language/index-patterns.asciidoc b/docs/reference/sql/language/index-patterns.asciidoc index 688258b7b81..58574e03cfb 100644 --- a/docs/reference/sql/language/index-patterns.asciidoc +++ b/docs/reference/sql/language/index-patterns.asciidoc @@ -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: diff --git a/docs/reference/sql/language/syntax/show-columns.asciidoc b/docs/reference/sql/language/syntax/show-columns.asciidoc index 8f045a096d6..92743000362 100644 --- a/docs/reference/sql/language/syntax/show-columns.asciidoc +++ b/docs/reference/sql/language/syntax/show-columns.asciidoc @@ -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 <> for more information about +See <> for more information about patterns. .Description diff --git a/docs/reference/sql/language/syntax/show-tables.asciidoc b/docs/reference/sql/language/syntax/show-tables.asciidoc index f241362a5aa..5748ae31806 100644 --- a/docs/reference/sql/language/syntax/show-tables.asciidoc +++ b/docs/reference/sql/language/syntax/show-tables.asciidoc @@ -12,7 +12,7 @@ SHOW TABLES [ table identifier<1> | [ LIKE pattern<2> ] ]? <1> single table identifier or double quoted es multi index <2> SQL LIKE pattern -See <> for more information about +See <> for more information about patterns. diff --git a/x-pack/qa/sql/src/main/resources/docs.csv-spec b/x-pack/qa/sql/src/main/resources/docs.csv-spec index df1925e1127..87b74760027 100644 --- a/x-pack/qa/sql/src/main/resources/docs.csv-spec +++ b/x-pack/qa/sql/src/main/resources/docs.csv-spec @@ -167,8 +167,8 @@ SHOW TABLES "*,-l*"; ---------------+--------------- emp |BASE TABLE employees |ALIAS - -// end:showTablesEsMultiIndex + +// end::showTablesEsMultiIndex ; ///////////////////////////////