Skip to content

Commit 7c3b296

Browse files
fixing Apache HttpHost url on java-rest doc (#91945) (#91992)
(cherry picked from commit 58237b2) Co-authored-by: Thiago Barbosa <[email protected]>
1 parent b98ecd5 commit 7c3b296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java-rest/low-level/usage.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ A `RestClient` instance can be built through the corresponding
152152
`RestClientBuilder` class, created via `RestClient#builder(HttpHost...)`
153153
static method. The only required argument is one or more hosts that the
154154
client will communicate with, provided as instances of
155-
https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/org/apache/http/HttpHost.html[HttpHost]
155+
https://hc.apache.org/httpcomponents-core-5.2.x/current/httpcore5/apidocs/org/apache/hc/core5/http/HttpHost.html[HttpHost]
156156
as follows:
157157

158158
["source","java",subs="attributes,callouts,macros"]

0 commit comments

Comments
 (0)