Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Corrected the URL scheme format (#9)
Browse files Browse the repository at this point in the history
When specifying the scheme parameter of the URL, the :// characters must follow it.
  • Loading branch information
coupelon authored and qreshi committed Apr 26, 2019
1 parent 1214d0b commit f3435e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Elasticsearch) connections.

To setup a connection, the driver requires a JDBC connection URL. The connection URL is of the form:
```
jdbc:elasticsearch://[scheme:][host][:port][/context-path]?[property-key=value]&[property-key2=value2]..&[property-keyN=valueN]
jdbc:elasticsearch://[scheme://][host][:port][/context-path]?[property-key=value]&[property-key2=value2]..&[property-keyN=valueN]
```


Expand Down

0 comments on commit f3435e2

Please sign in to comment.