From 8bb2a2a405485291381f9a0d6819a85564f439f5 Mon Sep 17 00:00:00 2001 From: taku333 <19281989thezuka@gmail.com> Date: Thu, 14 Feb 2019 21:20:07 +0900 Subject: [PATCH] SQL: change JDBC setup URL in the documentation (#38564) (cherry picked from commit 103786ea27da72b2fccd3cf511b3143dae0fc530) --- docs/reference/sql/endpoints/jdbc.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/sql/endpoints/jdbc.asciidoc b/docs/reference/sql/endpoints/jdbc.asciidoc index 7151f94608a..17c93a89517 100644 --- a/docs/reference/sql/endpoints/jdbc.asciidoc +++ b/docs/reference/sql/endpoints/jdbc.asciidoc @@ -51,7 +51,7 @@ Once registered, the driver understands the following syntax as an URL: ["source","text",subs="attributes"] ---- -jdbc:es://<1>[http|https]?<2>[host[:port]]*<3>/[prefix]*<4>[?[option=value]&<5>]* +jdbc:es://<1>[[http|https]://]*<2>[host[:port]]*<3>/[prefix]*<4>[?[option=value]&<5>]* ---- <1> `jdbc:es://` prefix. Mandatory.