From 0f9a7b33440871dec943dda798693169cabb216c Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Tue, 30 Oct 2018 15:47:25 -0400 Subject: [PATCH] Docs: Fix build after moving SQL QA I moved SQL's QA in #34496 to make it easier to run all of SQL tests in one go but forgot to update the docs build. This fixes that. --- docs/reference/sql/index.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/sql/index.asciidoc b/docs/reference/sql/index.asciidoc index d7022452730..31a4c6df9e0 100644 --- a/docs/reference/sql/index.asciidoc +++ b/docs/reference/sql/index.asciidoc @@ -3,10 +3,10 @@ [[xpack-sql]] = SQL access -:sql-tests: {xes-repo-dir}/../../qa/sql +:sql-tests: {xes-repo-dir}/../../plugin/sql/qa :sql-specs: {sql-tests}/src/main/resources -:jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc -:security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security +:jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/sql/qa/jdbc +:security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/sql/qa/security :es-sql: Elasticsearch SQL [partintro]