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

(cherry picked from commit 103786ea27da72b2fccd3cf511b3143dae0fc530)
This commit is contained in:
taku333 2019-02-14 21:20:07 +09:00 committed by Andrei Stefan
parent e59b7b696a
commit 8bb2a2a405
1 changed files with 1 additions and 1 deletions

View File

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