Skip to content

Commit 103786e

Browse files
taku333astefan
taku333
authored andcommitted
SQL: change JDBC setup URL in the documentation (#38564)
1 parent ab50d5a commit 103786e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/sql/endpoints/jdbc.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Once registered, the driver understands the following syntax as an URL:
5353

5454
["source","text",subs="attributes"]
5555
----
56-
jdbc:es://<1>[http|https]?<2>[host[:port]]*<3>/[prefix]*<4>[?[option=value]&<5>]*
56+
jdbc:es://<1>[[http|https]://]*<2>[host[:port]]*<3>/[prefix]*<4>[?[option=value]&<5>]*
5757
----
5858

5959
<1> `jdbc:es://` prefix. Mandatory.

0 commit comments

Comments
 (0)