mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
fixing Apache HttpHost url on java-rest doc (#91945)
This commit is contained in:
parent
046592eaf8
commit
58237b2ccf
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ A `RestClient` instance can be built through the corresponding
|
|||
`RestClientBuilder` class, created via `RestClient#builder(HttpHost...)`
|
||||
static method. The only required argument is one or more hosts that the
|
||||
client will communicate with, provided as instances of
|
||||
https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/HttpHost.html[HttpHost]
|
||||
https://hc.apache.org/httpcomponents-core-5.2.x/current/httpcore5/apidocs/org/apache/hc/core5/http/HttpHost.html[HttpHost]
|
||||
as follows:
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue