[DOCS] Fixed broken link to java transport client

Original commit: elastic/x-pack-elasticsearch@f3036bb2a0
This commit is contained in:
lcawley 2017-10-12 14:27:33 +01:00
parent aece28c286
commit 7f37c2c431
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
[[setup-xpack-client]]
== Configuring {xpack} Java Clients
If you want to use a Java {ref}/transport-client.html[transport client] with a
If you want to use a Java {javaclient}/transport-client.html[transport client] with a
cluster where {xpack} is installed, then you must download and configure the
{xpack} transport client.
WARNING: The `TransportClient` is aimed to be replaced by the Java High Level REST
Client, which executes HTTP requests instead of serialized Java requests. The
`TransportClient` will be deprecated in upcoming versions of {es}.
`TransportClient` will be deprecated in upcoming versions of {es}.
. Add the {xpack} transport JAR file to your *CLASSPATH*. You can download the {xpack}
distribution and extract the JAR file manually or you can get it from the