Browse Source

[DOCS] fixed transport client link in java api docs

javanna 11 years ago
parent
commit
8fe6fe638d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/java-api/client.asciidoc

+ 1 - 1
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:*