From 8fe6fe638d7ed083d5cae6e39cb66132a4c9c334 Mon Sep 17 00:00:00 2001 From: javanna Date: Mon, 31 Mar 2014 18:17:10 +0200 Subject: [PATCH] [DOCS] fixed transport client link in java api docs --- docs/java-api/client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-api/client.asciidoc b/docs/java-api/client.asciidoc index 03a0a58fa47..57f55ecd11c 100644 --- a/docs/java-api/client.asciidoc +++ b/docs/java-api/client.asciidoc @@ -17,7 +17,7 @@ get a client is by: within a cluster 2. requesting a `Client` from your embedded `Node`. -Another manner is by creating a link:#transportclient[`TransportClient`] +Another manner is by creating a link:#transport-client[`TransportClient`] that connects to a cluster. *Important:*