Skip to content

Commit

Permalink
SQL: change JDBC setup URL in the documentation (#38564)
Browse files Browse the repository at this point in the history
  • Loading branch information
taku333 authored and astefan committed Feb 14, 2019
1 parent ab50d5a commit 103786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/sql/endpoints/jdbc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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.
Expand Down

0 comments on commit 103786e

Please sign in to comment.