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.
This commit is contained in:
Nik Everett 2018-10-30 15:47:25 -04:00
parent 09a124e8d6
commit 0f9a7b3344
1 changed files with 3 additions and 3 deletions

View File

@ -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]