Browse Source

SQL: change JDBC setup URL in the documentation (#38564)

(cherry picked from commit 103786ea27da72b2fccd3cf511b3143dae0fc530)
taku333 6 years ago
parent
commit
e09cc9f872
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/sql/endpoints/jdbc.asciidoc

+ 1 - 1
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.