Skip to content

Commit e09cc9f

Browse files
taku333astefan
taku333
authored andcommitted
SQL: change JDBC setup URL in the documentation (#38564)
(cherry picked from commit 103786e)
1 parent 8e85d13 commit e09cc9f

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
@@ -51,7 +51,7 @@ Once registered, the driver understands the following syntax as an URL:
5151

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

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

0 commit comments

Comments
 (0)