[DOCS] fixed transport client link in java api docs

This commit is contained in:
javanna 2014-03-31 18:17:10 +02:00 committed by Luca Cavanna
parent 8aea3a2f7d
commit 8fe6fe638d
1 changed files with 1 additions and 1 deletions

View File

@ -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:*